diff options
Diffstat (limited to 'gdb/mi/mi-parse.h')
-rw-r--r-- | gdb/mi/mi-parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-parse.h b/gdb/mi/mi-parse.h index 59e57de..9b8e858 100644 --- a/gdb/mi/mi-parse.h +++ b/gdb/mi/mi-parse.h @@ -62,7 +62,7 @@ struct mi_parse extern struct mi_parse *mi_parse (char *cmd, char **token); -/* Free a command returned by mi_parse_command. */ +/* Free a command returned by mi_parse_command. */ extern void mi_parse_free (struct mi_parse *cmd); |