diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index cfe3421..d8b0310 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -75,7 +75,7 @@ show_asm_demangle (struct ui_file *file, int from_tty, static const char *current_demangling_style_string; -/* The array of names of the known demanglyng styles. Generated by +/* The array of names of the known demangling styles. Generated by _initialize_demangler from libiberty_demanglers[] array. */ static const char **demangling_style_names; |