aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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;