typo in comment
This commit is contained in:
@@ -197,7 +197,7 @@ void
|
|||||||
yyerror(s)
|
yyerror(s)
|
||||||
char *s;
|
char *s;
|
||||||
{
|
{
|
||||||
/* Save the line the first error occured on. */
|
/* Save the line the first error occurred on. */
|
||||||
if (errorlineno == -1)
|
if (errorlineno == -1)
|
||||||
errorlineno = sudolineno ? sudolineno - 1 : 0;
|
errorlineno = sudolineno ? sudolineno - 1 : 0;
|
||||||
if (s && !quiet) {
|
if (s && !quiet) {
|
||||||
|
Reference in New Issue
Block a user