From 1350c3b47a6fed106d1f6814376dd12dea8a14d0 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 12 Nov 2020 14:59:35 -0500 Subject: gdb/dwarf: fix typo in dwarf2/read.c gdb/ChangeLog: * dwarf2/read.c (dw2_do_instantiate_symtab): Fix typo in comment. Change-Id: I6cb98768c04a537cf3d427648bddc57c631518e5 --- gdb/dwarf2/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dwarf2/read.c') 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, -- cgit v1.1