aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index a4641bb..467bb28 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -633,7 +633,7 @@ extern cmd_list_element *add_com_alias (const char *name,
extern struct cmd_list_element *add_com_suppress_notification
(const char *name, enum command_class theclass,
cmd_simple_func_ftype *fun, const char *doc,
- bool *supress_notification);
+ bool *suppress_notification);
extern struct cmd_list_element *add_info (const char *,
cmd_simple_func_ftype *fun,