* dwarf2read.c (setup_type_unit_groups): Fix comment.
authorDoug Evans <dje@google.com>
Wed, 24 Apr 2013 19:12:26 +0000 (19:12 +0000)
committerDoug Evans <dje@google.com>
Wed, 24 Apr 2013 19:12:26 +0000 (19:12 +0000)
gdb/ChangeLog
gdb/dwarf2read.c

index cd80314fdc07ed53563d4d73eece47dc8dd91487..1510c7dea8b89c3528a453d832ce21ba4dabfafd 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-24  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (setup_type_unit_groups): Fix comment.
+
 2013-04-22  Keith Seitz  <keiths@redhat.com>
 
        * tracepoint.c (trace_save):  Call the writer's start method.
index 24b1fe6cb12393ea7d62e182233af004f598bc45..3c9972bbfe2af5446c8f4253f3325253eda9f108 100644 (file)
@@ -8186,7 +8186,7 @@ setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
   attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
 
   /* If we're using .gdb_index (includes -readnow) then
-     per_cu->s.type_unit_group may not have been set up yet.  */
+     per_cu->type_unit_group may not have been set up yet.  */
   if (sig_type->type_unit_group == NULL)
     sig_type->type_unit_group = get_type_unit_group (cu, attr);
   tu_group = sig_type->type_unit_group;