gdb/dwarf: fix typo in dwarf2/read.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 12 Nov 2020 19:59:35 +0000 (14:59 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 12 Nov 2020 19:59:49 +0000 (14:59 -0500)
gdb/ChangeLog:

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

Change-Id: I6cb98768c04a537cf3d427648bddc57c631518e5

gdb/ChangeLog
gdb/dwarf2/read.c

index d0a20302b7d6bc28cb3c0f52378e8135acf81037..b7e8f1f462408988be1e0a814551d3bf97b077ec 100644 (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,
index ec936e4f6b4eeba4fca51e2b91756e6b13586fae..5c3849bd43ea9117b613d20ec409ffc22721d0ce 100644 (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,
This page took 0.050111 seconds and 4 git commands to generate.