summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.stanford.edu>2017-10-05 14:47:37 -0700
committerClark Barrett <barrett@cs.stanford.edu>2017-10-05 14:47:37 -0700
commit9bc8fe0ea33a280f2a24cca0b2c6f08b962a8f8d (patch)
tree9937fba9300e29b643df08cbc0e88f5c1968c89a /src/parser
parentd4ca5c6bdc76fa97e1288b253452f03ff56f7c81 (diff)
Fix typo in comment.
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index eb0588ab0..e1518f9ca 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -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,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback