summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index 46544559a..70bd45c31 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -473,7 +473,8 @@ public:
* This feature is useful when e.g. reading out-of-band expression data:
* 1. Parsing --replay log files produced with --replay-log.
* 2. Perhaps a multi-query benchmark file is being single-stepped
- * with intervening queries on stdin that must reference
+ * with intervening queries on stdin that must reference the same
+ * declaration scope(s).
*
* However, the feature must be used carefully. Pushes and pops
* should be performed with the correct current declaration scope.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback