diff options
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r-- | gdb/xml-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c index 9a8ca8b..140d0d9 100644 --- a/gdb/xml-support.c +++ b/gdb/xml-support.c @@ -339,7 +339,7 @@ gdb_xml_end_element (void *data, const XML_Char *name) gdb_xml_error (parser, _("Required element <%s> is missing"), element->name); - /* Call the element processor. */ + /* Call the element processor. */ if (scope->element != NULL && scope->element->end_handler) { char *body; |