Skip to content

Commit 87cbf9e

Browse files
airweentheseion
andauthored
Update explanation
Co-authored-by: Max Leske <[email protected]>
1 parent 19b7e98 commit 87cbf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/msc_xml.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static void msc_xml_on_start_elementns(
4040
int *new_stack_item = (int *)apr_array_push(xml_parser_state->has_child_stack);
4141
*new_stack_item = 0;
4242
xml_parser_state->depth++;
43-
// set null to the current value
43+
// set the current value to null
4444
// this is necessary because if there is any text between the tags (new line, etc)
4545
// it will be added to the current value
4646
xml_parser_state->currval = NULL;

0 commit comments

Comments
 (0)