2011-01-11 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index 7d29d17e1d312b4c92863fc6c30c21ab4b0e7599..631d9d6a78af47d127e43e3d1ad046aff490c0e5 100644 (file)
@@ -948,7 +948,7 @@ tdesc_register_type (struct gdbarch *gdbarch, int regno)
          else if (reg->bitsize == gdbarch_long_long_bit (gdbarch))
            arch_reg->type = builtin_type (gdbarch)->builtin_long_long;
          else if (reg->bitsize == gdbarch_ptr_bit (gdbarch))
-         /* A bit desperate by this point... */
+         /* A bit desperate by this point...  */
            arch_reg->type = builtin_type (gdbarch)->builtin_data_ptr;
          else
            {
This page took 0.023885 seconds and 4 git commands to generate.