OSDN Git Service

2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
authormuller <muller>
Mon, 19 Aug 2002 11:52:36 +0000 (11:52 +0000)
committermuller <muller>
Mon, 19 Aug 2002 11:52:36 +0000 (11:52 +0000)
* i387-tdep.c (i387_print_float_info): Fix typo in comment.

gdb/ChangeLog
gdb/i387-tdep.c

index 4fa256c..4b90dc8 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * i387-tdep.c (i387_print_float_info): Fix typo in comment.
+
 2002-08-19  Aidan Skinner <aidan@velvet.net>
 
        * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
index 2ef7c33..daf1c6f 100644 (file)
@@ -312,7 +312,7 @@ print_i387_control_word (unsigned int control, struct ui_file *file)
     }
 }
 
-/* Print out the i387 floating poin state.  Note that we ignore FRAME
+/* Print out the i387 floating point state.  Note that we ignore FRAME
    in the code below.  That's OK since floating-point registers are
    never saved on the stack.  */