diff options
author | Chris Demetriou <cgd@google.com> | 2002-02-10 23:11:37 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-02-10 23:11:37 +0000 |
commit | 6439295f61b598227751815bf233fd9aa07fa37b (patch) | |
tree | ce6ffe8d8efa579c009344554de6c36e6a79cce2 /sim/common/sim-fpu.h | |
parent | e55c0b759bf5dc779457f9a986a446ee2b123208 (diff) | |
download | gdb-6439295f61b598227751815bf233fd9aa07fa37b.zip gdb-6439295f61b598227751815bf233fd9aa07fa37b.tar.gz gdb-6439295f61b598227751815bf233fd9aa07fa37b.tar.bz2 |
2002-02-10 Chris Demetriou <cgd@broadcom.com>
* callback.c: Fix some spelling errors.
* hw-device.h: Likewise.
* hw-tree.c: Likewise.
* sim-abort.c: Likewise.
* sim-alu.h: Likewise.
* sim-core.h: Likewise.
* sim-events.c: Likewise.
* sim-events.h: Likewise.
* sim-fpu.h: Likewise.
* sim-profile.h: Likewise.
* sim-utils.c: Likewise.
Diffstat (limited to 'sim/common/sim-fpu.h')
-rw-r--r-- | sim/common/sim-fpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h index 0be3fb1..755e194 100644 --- a/sim/common/sim-fpu.h +++ b/sim/common/sim-fpu.h @@ -321,7 +321,7 @@ INLINE_SIM_FPU (int) sim_fpu_exp (const sim_fpu *s); /* Specific comparison operators - For NaNs et.al., the comparison operators will set IS to zero and + For NaNs et al., the comparison operators will set IS to zero and return a nonzero result. */ INLINE_SIM_FPU (int) sim_fpu_lt (int *is, const sim_fpu *l, const sim_fpu *r); |