2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index 7213cf3a7745f8181e0fed457a7733a5fade8d8f..0c23c7e1ecab4cc335b9315b2db76af723c6eaa4 100644 (file)
@@ -404,7 +404,7 @@ c_val_print (struct type *type, const gdb_byte *valaddr,
        }
       /* Fall through.  */
     case TYPE_CODE_STRUCT:
-      /*FIXME: Abstract this away */
+      /*FIXME: Abstract this away */
       if (options->vtblprint && cp_is_vtbl_ptr_type (type))
        {
          /* Print the unmangled name if desired.  */
This page took 0.032053 seconds and 4 git commands to generate.