projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ca5c6
)
Fix typo in comment.
author
Clark Barrett
<barrett@cs.stanford.edu>
Thu, 5 Oct 2017 21:47:37 +0000
(14:47 -0700)
committer
Clark Barrett
<barrett@cs.stanford.edu>
Thu, 5 Oct 2017 21:47:37 +0000
(14:47 -0700)
src/parser/parser.h
patch
|
blob
|
history
diff --git
a/src/parser/parser.h
b/src/parser/parser.h
index eb0588ab04e2e5166f84b2701c8e497283cc92d6..e1518f9ca5e84942451f706a013a5d8d6b3f3925 100644
(file)
--- a/
src/parser/parser.h
+++ b/
src/parser/parser.h
@@
-73,7
+73,7
@@
namespace parser {
class Input;
-/** Types of check
for the sym
ols */
+/** Types of check
s for the symb
ols */
enum DeclarationCheck {
/** Enforce that the symbol has been declared */
CHECK_DECLARED,