typo in comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Dec 2001 21:49:05 +0000 (21:49 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Dec 2001 21:49:05 +0000 (21:49 +0000)
parse.yacc

index 719a4d7b5059cbc2ac0ee9f135b229c186e9c5e2..1bef965e550412d559d260ac48cba64c17fc25d7 100644 (file)
@@ -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) {