* gdbtypes.c (check_typedef): Tweak comment.
authorDoug Evans <dje@google.com>
Wed, 8 Dec 2010 21:33:20 +0000 (21:33 +0000)
committerDoug Evans <dje@google.com>
Wed, 8 Dec 2010 21:33:20 +0000 (21:33 +0000)
gdb/ChangeLog
gdb/gdbtypes.c

index f54caee..75c7e32 100644 (file)
@@ -1,5 +1,7 @@
 2010-12-08  Doug Evans  <dje@google.com>
 
+       * gdbtypes.c (check_typedef): Tweak comment.
+
        PR symtab/12302
        * dwarf2read.c (struct psymtab_cu_index_map): New struct.
        (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
index d96d0f8..b651098 100644 (file)
@@ -1582,7 +1582,7 @@ check_typedef (struct type *type)
 
       if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
        {
-         /* Empty.  */
+         /* Nothing we can do.  */
        }
       else if (TYPE_CODE (type) == TYPE_CODE_ARRAY
               && TYPE_NFIELDS (type) == 1