From 9b949a49f872aab8f4242b54234dd3646a289b7b Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 19 Aug 2002 11:52:36 +0000 Subject: [PATCH] 2002-08-19 Pierre Muller * i387-tdep.c (i387_print_float_info): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/i387-tdep.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4fa256c..4b90dc8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-08-19 Pierre Muller + + * i387-tdep.c (i387_print_float_info): Fix typo in comment. + 2002-08-19 Aidan Skinner * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 2ef7c33..daf1c6f 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -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. */ -- 2.7.4