summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2022-03-04 11:24:31 +0100
committerGitHub <noreply@github.com>2022-03-04 11:24:31 +0100
commit7abe5549cb37ddaf777e5d04ad3cef5525f038fa (patch)
tree49bc83d77e391929c94781b61a69fba20ab98887
parent80553ff825aafe321de59950df223a636679ad4c (diff)
downloadlibexpat-git-7abe5549cb37ddaf777e5d04ad3cef5525f038fa.tar.gz
fix typo
This has already been corrected in the official API reference docs
-rw-r--r--expat/lib/expat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/lib/expat.h b/expat/lib/expat.h
index c92f017c..5ab493f7 100644
--- a/expat/lib/expat.h
+++ b/expat/lib/expat.h
@@ -319,7 +319,7 @@ typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData,
const XML_Char *pubid,
int has_internal_subset);
-/* This is called for the start of the DOCTYPE declaration when the
+/* This is called for the end of the DOCTYPE declaration when the
closing > is encountered, but after processing any external
subset.
*/