summaryrefslogtreecommitdiff
path: root/gdb/i387-tdep.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2002-08-19 11:52:36 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2002-08-19 11:52:36 +0000
commit7eafbfc9dac233a7bddc7d9487b35d56b494b247 (patch)
tree83ab38be8948c6274dc4e5bafad31448907cd5a3 /gdb/i387-tdep.c
parent4378f1791c96eb4f4447c8b8a07905b1b3283e9e (diff)
downloadgdb-7eafbfc9dac233a7bddc7d9487b35d56b494b247.tar.gz
2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
* i387-tdep.c (i387_print_float_info): Fix typo in comment.
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r--gdb/i387-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c
index 2ef7c33197b..daf1c6ff6ce 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. */