diff options
Diffstat (limited to 'expat')
-rw-r--r-- | expat/lib/expat.h | 2 |
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. */ |