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 */