+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.
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);