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

@@ -1132,12 +1132,12 @@ parameter
| CT_IDENT ELLIPSIS
;
func_defintion_decl
func_definition_decl
: FN func_header fn_parameter_list opt_attributes ';'
;
func_definition
: func_defintion_decl
: func_definition_decl
| FN func_header fn_parameter_list opt_attributes macro_func_body
;
@@ -1226,8 +1226,8 @@ define_declaration
;
interface_body
: func_defintion_decl
| interface_body func_defintion_decl
: func_definition_decl
| interface_body func_definition_decl
;
interface_declaration

View File

@@ -1144,12 +1144,12 @@ parameter
| CT_IDENT ELLIPSIS
;
func_defintion_decl
func_definition_decl
: FN func_header fn_parameter_list opt_attributes ';'
;
func_definition
: func_defintion_decl
: func_definition_decl
| FN func_header fn_parameter_list opt_attributes macro_func_body
;
@@ -1223,8 +1223,8 @@ define_declaration
;
interface_body
: func_defintion_decl
| interface_body func_defintion_decl
: func_definition_decl
| interface_body func_definition_decl
;
interface_declaration