forked from Imagelibrary/binutils-gdb
Replace "the the" with "the"
This replaces "the the" with "the" in various comments. Tested by rebuilding. This didn't test the solib-dsbt.c change, but it looks harmless. gdb/ChangeLog 2019-01-17 Tom Tromey <tromey@bapiya> * valprint.c: Replace "the the" with "the". * symtab.c: Replace "the the" with "the". * solib.c: Replace "the the" with "the". * solib-dsbt.c: Replace "the the" with "the". * linespec.c: Replace "the the" with "the". * dwarf2loc.h: Replace "the the" with "the". * amd64-windows-tdep.c: Replace "the the" with "the". * aarch64-tdep.c: Replace "the the" with "the".
This commit is contained in:
@@ -2301,7 +2301,7 @@ lookup_symbol_in_objfile_symtabs (struct objfile *objfile, int block_index,
|
||||
Normally we only look in OBJFILE, and not any separate debug objfiles
|
||||
because the outer loop will cause them to be searched too. This case is
|
||||
different. Here we're called from search_symbols where it will only
|
||||
call us for the the objfile that contains a matching minsym. */
|
||||
call us for the objfile that contains a matching minsym. */
|
||||
|
||||
static struct block_symbol
|
||||
lookup_symbol_in_objfile_from_linkage_name (struct objfile *objfile,
|
||||
|
||||
Reference in New Issue
Block a user