aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-21 21:45:34 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-21 21:45:34 +0100
commitbb12a7ff8df1582a2cb0583bc463a84f5a736219 (patch)
tree0bbc71dbbd9745a14c699bd732c725a122c58eeb /libqpdf/qpdf
parentb8fd18ae562ab8bae1d2e67c1ab63ff4ea62124b (diff)
downloadqpdf-bb12a7ff8df1582a2cb0583bc463a84f5a736219.tar.zst
Tweak comment in QPDFParser refactor
Diffstat (limited to 'libqpdf/qpdf')
-rw-r--r--libqpdf/qpdf/QPDFParser.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDFParser.hh b/libqpdf/qpdf/QPDFParser.hh
index 7f5f7804..9e2c3c2e 100644
--- a/libqpdf/qpdf/QPDFParser.hh
+++ b/libqpdf/qpdf/QPDFParser.hh
@@ -32,7 +32,7 @@ class QPDFParser
private:
// Parser state. Note:
- // state < st_dictionary_value == (state = st_dictionary_key || state = st_dictionary_value)
+ // state <= st_dictionary_value == (state = st_dictionary_key || state = st_dictionary_value)
enum parser_state_e { st_dictionary_key, st_dictionary_value, st_array };
struct StackFrame