Fix typo in comment.
authorClark Barrett <barrett@cs.stanford.edu>
Thu, 5 Oct 2017 21:47:37 +0000 (14:47 -0700)
committerClark Barrett <barrett@cs.stanford.edu>
Thu, 5 Oct 2017 21:47:37 +0000 (14:47 -0700)
src/parser/parser.h

index eb0588ab04e2e5166f84b2701c8e497283cc92d6..e1518f9ca5e84942451f706a013a5d8d6b3f3925 100644 (file)
@@ -73,7 +73,7 @@ namespace parser {
 
 class Input;
 
-/** Types of check for the symols */
+/** Types of checks for the symbols */
 enum DeclarationCheck {
   /** Enforce that the symbol has been declared */
   CHECK_DECLARED,