Fix spelling
PR: bin/167480 Submitted by: zeising Approved by: cperciva
This commit is contained in:
parent
5303255d41
commit
2a7f91bf1a
@ -57,7 +57,7 @@ int line_number = 1;
|
||||
<COMMENT>[\n] { line_number++; }
|
||||
<COMMENT>. { }
|
||||
<COMMENT><<EOF>> {
|
||||
yyerror("unexpected file end (unterminate comment)\n");
|
||||
yyerror("unexpected file end (unterminated comment)\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ int line_number = 1;
|
||||
<COMMENT>[\n] { line_number++; }
|
||||
<COMMENT>. { }
|
||||
<COMMENT><<EOF>> {
|
||||
yyerror("unexpected file end (unterminate comment)\n");
|
||||
yyerror("unexpected file end (unterminated comment)\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user