aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-fpu.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
commit080fe24b5824cf41b4f645c1c007dbe3d6eb2239 (patch)
treedff53d9f023efa55a634ce42bb07823c681d5106 /sim/common/sim-fpu.h
parentaba9f16a1c98461b547a13c6a564672a48153df3 (diff)
downloadfsf-binutils-gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.zip
fsf-binutils-gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.tar.gz
fsf-binutils-gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.tar.bz2
Fix PR gdb/287. From wiz at danbala. Then->than and typos.
Diffstat (limited to 'sim/common/sim-fpu.h')
-rw-r--r--sim/common/sim-fpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h
index 755e194..72323f5 100644
--- a/sim/common/sim-fpu.h
+++ b/sim/common/sim-fpu.h
@@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
For unpacked structures (passed by value and reference), the code
quality of GCC-2.7 (on x86) for each alternative was compared.
- Needless to say the results, while better then for a packed 64 bit
+ Needless to say the results, while better than for a packed 64 bit
object, were still poor (GCC had only limited support for the
optimization of references to structure members). Regardless, the
struct-by-ref alternative achieved better results when compiled