Comment clarification

Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus 2025-04-26 20:08:02 +02:00 committed by GitHub
parent 78ca32f280
commit 055aec7bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ struct xml_data {
/* error reporting and XML array flag */ /* error reporting and XML array flag */
char *xml_error; char *xml_error;
/* another parser context for arguments */ /* additional parser context for arguments */
xmlParserCtxtPtr parsing_ctx_arg; xmlParserCtxtPtr parsing_ctx_arg;
/* parser state for SAX parser */ /* parser state for SAX parser */
msc_xml_parser_state *xml_parser_state; msc_xml_parser_state *xml_parser_state;