diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 579aaa4..4e0d287 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1697,8 +1697,7 @@ get_section_index (struct objfile *objfile, char *section_name) /* Link SF into the global symtab_fns list. Called on startup by the _initialize routine in each object file format reader, to register - information about each format the the reader is prepared to - handle. */ + information about each format the reader is prepared to handle. */ void add_symtab_fns (const struct sym_fns *sf) |