diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index b9ae418..0a07746 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -722,7 +722,7 @@ iterate_over_symtabs (program_space *pspace, const char *name, callback)) return; - /* Same search rules as above apply here, but now we look thru the + /* Same search rules as above apply here, but now we look through the psymtabs. */ for (objfile *objfile : pspace->objfiles ()) if (objfile->map_symtabs_matching_filename (name, real_path.get (), |