gdb/dwarf: fix typo in dwarf2/read.c

gdb/ChangeLog:

	* dwarf2/read.c (dw2_do_instantiate_symtab): Fix typo in
	comment.

Change-Id: I6cb98768c04a537cf3d427648bddc57c631518e5
This commit is contained in:
Simon Marchi 2020-11-12 14:59:35 -05:00
parent 6f738b01fc
commit 1350c3b47a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2020-11-12 Simon Marchi <simon.marchi@polymtl.ca>
* dwarf2/read.c (dw2_do_instantiate_symtab): Fix typo in
comment.
2020-11-12 Simon Marchi <simon.marchi@polymtl.ca>
* dwarf2/read.c (dwarf_read_debug_printf,

View file

@ -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,