From fedc70983c9a6372b9006b27de75e3ea79a3918b Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sun, 27 Apr 2025 20:21:45 +0200 Subject: [PATCH] Update comment Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- src/request_body_processor/xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request_body_processor/xml.h b/src/request_body_processor/xml.h index a86ec0ae..c82568c8 100644 --- a/src/request_body_processor/xml.h +++ b/src/request_body_processor/xml.h @@ -73,7 +73,7 @@ struct xml_data { /* error reporting and XML array flag */ std::string xml_error; - /* another parser context for arguments */ + /* additional parser context for arguments */ xmlParserCtxtPtr parsing_ctx_arg; /* parser state for SAX parser */