]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* i387-tdep.c (print_i387_value): Add extra space after final full
authorMark Kettenis <kettenis@gnu.org>
Wed, 4 Jul 2001 21:14:05 +0000 (21:14 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 4 Jul 2001 21:14:05 +0000 (21:14 +0000)
stop in comment.

gdb/ChangeLog
gdb/i387-tdep.c

index e793cb4fded6591bf9618c5addc782e164708811..ecf0d572e1135fc40e6346f87d1565f9c39c1fc9 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-tdep.c (print_i387_value): Add extra space after final full
+       stop in comment.
+
 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
 
        * TODO (5.1): Update.  Doco changes committed.
index cc403fcc54c1f88e9c96229747afe62ae37637a9..71cb030ca3f076e7384c687c46c184d351d0aa1b 100644 (file)
@@ -168,7 +168,7 @@ print_i387_value (char *raw)
   gdb_assert (TARGET_LONG_DOUBLE_FORMAT == &floatformat_i387_ext);
 
   /* Take care of the padding.  FP reg is 80 bits.  The same value in
-     memory is 96 bits. */
+     memory is 96 bits.  */
   gdb_assert (FPU_REG_RAW_SIZE < len);
   memcpy (&tmp, raw, FPU_REG_RAW_SIZE);
   memset (&tmp + FPU_REG_RAW_SIZE, 0, len - FPU_REG_RAW_SIZE);