Typo and usage fixes in documentation and comments.

This commit is contained in:
Eric S. Raymond
2013-04-07 10:56:20 -04:00
committed by Michael Stapelberg
parent 921967c729
commit d0fbc10aca
3 changed files with 17 additions and 16 deletions

View File

@ -13,7 +13,7 @@
* We use a hand-written parser instead of lex/yacc because our commands are
* easy for humans, not for computers. Thus, its quite hard to specify a
* context-free grammar for the commands. A PEG grammar would be easier, but
* theres downsides to every PEG parser generator I have come accross so far.
* theres downsides to every PEG parser generator I have come across so far.
*
* This parser is basically a state machine which looks for literals or strings
* and can push either on a stack. After identifying a literal or string, it