aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-13 17:18:49 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-13 17:18:49 +0200
commit31b2cfbb79e0222f666ce3eaec740ed7f225c4a9 (patch)
tree39f86574bbf0b0a1333c41076c054ec7611ddbb9 /include
parent62833ac74ff66347a667fe625b4b98ebb3136b8c (diff)
downloadqpdf-31b2cfbb79e0222f666ce3eaec740ed7f225c4a9.tar.zst
Fix up a few comments
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index ea2ca05c..1e3d4c34 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -875,8 +875,8 @@ class QPDF
};
friend class Resolver;
- // ParseGuard class allows QPDFObjectHandle to detect re-entrant
- // resolution
+ // The ParseGuard class allows QPDFObjectHandle to detect
+ // re-entrant parsing.
class ParseGuard
{
friend class QPDFParser;