diff options
author | Pierre Muller <muller@sourceware.org> | 2002-08-19 11:52:36 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2002-08-19 11:52:36 +0000 |
commit | 9b949a49f872aab8f4242b54234dd3646a289b7b (patch) | |
tree | 42b30ab2b894ee92bb3da689fd0854b059c6cedc /gdb/i387-tdep.c | |
parent | 6d3e79c6c8847e0838a5ec073055f8b1bb2c8bc5 (diff) | |
download | gdb-9b949a49f872aab8f4242b54234dd3646a289b7b.zip gdb-9b949a49f872aab8f4242b54234dd3646a289b7b.tar.gz gdb-9b949a49f872aab8f4242b54234dd3646a289b7b.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |