diff options
Diffstat (limited to 'gdb/ui-out.c')
-rw-r--r-- | gdb/ui-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-out.c b/gdb/ui-out.c index 59aaa24..a2abf57 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -1048,7 +1048,7 @@ append_header_to_list (struct ui_out *uiout, uiout->table.header_next = uiout->table.header_last; } -/* Extract the format information for the NEXT header and and advance +/* Extract the format information for the NEXT header and advance the header pointer. Return 0 if there was no next header. */ static int |