diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0a20302b7d..b7e8f1f4624 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2020-11-12 Simon Marchi + + * dwarf2/read.c (dw2_do_instantiate_symtab): Fix typo in + comment. + 2020-11-12 Simon Marchi * dwarf2/read.c (dwarf_read_debug_printf, diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index ec936e4f6b4..5c3849bd43e 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -2421,7 +2421,7 @@ load_cu (dwarf2_per_cu_data *per_cu, dwarf2_per_objfile *per_objfile, return cu; } -/* Read in the symbols for PER_CU in the context of DWARF"_PER_OBJFILE. */ +/* Read in the symbols for PER_CU in the context of PER_OBJFILE. */ static void dw2_do_instantiate_symtab (dwarf2_per_cu_data *per_cu,