diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 0159b89964d..a6c9814567a 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -3860,7 +3860,7 @@ parse_partial_symbols (struct objfile *objfile) } /* If the current psymbol has an enumerated type, we need to add - all the the enum constants to the partial symbol table. */ + all the enum constants to the partial symbol table. */ static void handle_psymbol_enumerators (struct objfile *objfile, FDR *fh, int stype, |