summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-03-04 16:46:36 +0100
committerGitHub <noreply@github.com>2022-03-04 16:46:36 +0100
commitc99e0e7f2b15b48848038992ecbb4480f957cfe9 (patch)
tree49bc83d77e391929c94781b61a69fba20ab98887
parent80553ff825aafe321de59950df223a636679ad4c (diff)
parent7abe5549cb37ddaf777e5d04ad3cef5525f038fa (diff)
downloadlibexpat-git-c99e0e7f2b15b48848038992ecbb4480f957cfe9.tar.gz
Merge pull request #579 from Tieske/patch-1
doc: Fix documentation of XML_EndDoctypeDeclHandler in <expat.h>
-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.
*/