lib: Fix typo in a code comment

This commit is contained in:
Sebastian Pipping 2024-08-20 21:15:17 +02:00
parent b1ab4745f3
commit 35753a8ccc

View file

@ -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