From 35753a8ccccaac17387b58934049a709e501e46a Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 20 Aug 2024 21:15:17 +0200 Subject: [PATCH] lib: Fix typo in a code comment --- expat/lib/xmlparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index 2951fec7..91682c18 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -294,7 +294,7 @@ typedef struct { The name of the element is stored in both the document and API encodings. The memory buffer 'buf' is a separately-allocated memory area which stores the name. During the XML_Parse()/ - XMLParseBuffer() when the element is open, the memory for the 'raw' + XML_ParseBuffer() when the element is open, the memory for the 'raw' version of the name (in the document encoding) is shared with the document buffer. If the element is open across calls to XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to