Skip to content

Commit 684c54b

Browse files
authored
Merge pull request jserv#64 from timgates42/bugfix_typo_statement
docs: fix simple typo, statemanet -> statement
2 parents 270a7bd + 3aff983 commit 684c54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amacc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ void stmt(int ctx)
10791079
next();
10801080
break;
10811081
}
1082-
/* parse statemanet such as 'int a, b, c;'
1082+
/* parse statement such as 'int a, b, c;'
10831083
* "enum" finishes by "tk == ';'", so the code below will be skipped.
10841084
* While current token is not statement end or block end.
10851085
*/

0 commit comments

Comments
 (0)