* 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 f54caeec2f349b655536118f694e3875845ab6da..75c7e323d9b79055b59ba6986f154f15cec96f82 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 d96d0f86ec1799f70520b0e5bbb1572a8d016d5a..b651098dda846b6db7289307d84f23d3b64788a5 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