From 9bc8fe0ea33a280f2a24cca0b2c6f08b962a8f8d Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Thu, 5 Oct 2017 14:47:37 -0700 Subject: [PATCH] Fix typo in comment. --- src/parser/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2