typo in comment

This commit is contained in:
Todd C. Miller
2001-12-21 21:49:05 +00:00
parent b961b88af4
commit ac4aa81153

View File

@@ -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) {