diff options
Diffstat (limited to 'gdb/skip.c')
-rw-r--r-- | gdb/skip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/skip.c b/gdb/skip.c index cc10692f493..a869aaafcd3 100644 --- a/gdb/skip.c +++ b/gdb/skip.c @@ -179,7 +179,7 @@ skip_file_command (const char *arg, int from_tty) if (symtab == NULL) error (_("No default file now.")); - /* It is not a typo, symtab_to_filename_for_display woule be needlessly + /* It is not a typo, symtab_to_filename_for_display would be needlessly ambiguous. */ filename = symtab_to_fullname (symtab); } |