projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b961b88
)
typo in comment
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Fri, 21 Dec 2001 21:49:05 +0000
(21:49 +0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Fri, 21 Dec 2001 21:49:05 +0000
(21:49 +0000)
parse.yacc
patch
|
blob
|
history
diff --git
a/parse.yacc
b/parse.yacc
index 719a4d7b5059cbc2ac0ee9f135b229c186e9c5e2..1bef965e550412d559d260ac48cba64c17fc25d7 100644
(file)
--- a/
parse.yacc
+++ b/
parse.yacc
@@
-197,7
+197,7
@@
void
yyerror(s)
char *s;
{
- /* Save the line the first error occured on. */
+ /* Save the line the first error occur
r
ed on. */
if (errorlineno == -1)
errorlineno = sudolineno ? sudolineno - 1 : 0;
if (s && !quiet) {