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