Typo fixes (#2457)

* fix typos in comments and strings
* fix typos in symbols (and some comments/strings)
* fix typos in releasenotes.md

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
niedlich
2025-09-04 01:07:07 +02:00
committed by GitHub
parent 10241df23c
commit cf14787552
47 changed files with 197 additions and 195 deletions

View File

@@ -4551,7 +4551,7 @@ static void llvm_emit_binary_expr(GenContext *c, BEValue *be_value, Expr *expr)
// Operation + assign
if (binary_op > BINARYOP_ASSIGN)
{
// Finde the base op.
// Find the base op.
BinaryOp base_op = binaryop_assign_base_op(binary_op);
ASSERT(base_op != BINARYOP_ERROR);