summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-04 06:25:36 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-04 06:25:36 +0000
commit070b3f89d4bc9940fb87e86108152144b187c891 (patch)
treee3df02ffccc39cc9dd6bf4a9e3b17187c02fb9dc /src/parser
parent4c5a38bef4d9daefef4531e6148b4314c049d505 (diff)
compat layer cleanup
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