summaryrefslogtreecommitdiff
path: root/src/parser/antlr_line_buffered_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_line_buffered_input.h')
-rw-r--r--src/parser/antlr_line_buffered_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/antlr_line_buffered_input.h b/src/parser/antlr_line_buffered_input.h
index 3203e815b..c92f2d496 100644
--- a/src/parser/antlr_line_buffered_input.h
+++ b/src/parser/antlr_line_buffered_input.h
@@ -14,7 +14,7 @@
*
* By default, ANTLR expects the whole input to be in a single, consecutive
* buffer. When doing incremental solving and the input is coming from the
- * standard input, this is problematic because CVC4 might receive new input
+ * standard input, this is problematic because cvc5 might receive new input
* based on the result of solving the existing input.
*
* This file overwrites the _LA and the consume functions of the input streamto
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback