aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-11-12 14:59:35 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2020-11-12 14:59:49 -0500
commit1350c3b47a6fed106d1f6814376dd12dea8a14d0 (patch)
treeb85364dea1c886f941df1d4460f217f59c357308 /gdb/dwarf2
parent6f738b01fc6e2d4831a9cd03d91eee82d785d638 (diff)
downloadgdb-1350c3b47a6fed106d1f6814376dd12dea8a14d0.zip
gdb-1350c3b47a6fed106d1f6814376dd12dea8a14d0.tar.gz
gdb-1350c3b47a6fed106d1f6814376dd12dea8a14d0.tar.bz2
gdb/dwarf: fix typo in dwarf2/read.c
gdb/ChangeLog: * dwarf2/read.c (dw2_do_instantiate_symtab): Fix typo in comment. Change-Id: I6cb98768c04a537cf3d427648bddc57c631518e5
Diffstat (limited to 'gdb/dwarf2')
-rw-r--r--gdb/dwarf2/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c
index ec936e4..5c3849b 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,