2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>

* i387-tdep.c (i387_print_float_info): Fix typo in comment.
This commit is contained in:
Pierre Muller 2002-08-19 11:52:36 +00:00
parent 6d3e79c6c8
commit 9b949a49f8
2 changed files with 5 additions and 1 deletions

View 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

View 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. */