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