aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-abort.c
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-02-10 23:11:37 +0000
committerChris Demetriou <cgd@google.com>2002-02-10 23:11:37 +0000
commit6439295f61b598227751815bf233fd9aa07fa37b (patch)
treece6ffe8d8efa579c009344554de6c36e6a79cce2 /sim/common/sim-abort.c
parente55c0b759bf5dc779457f9a986a446ee2b123208 (diff)
downloadgdb-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-abort.c')
-rw-r--r--sim/common/sim-abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-abort.c b/sim/common/sim-abort.c
index 088bf20..014f48b 100644
--- a/sim/common/sim-abort.c
+++ b/sim/common/sim-abort.c
@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
jump right out of the simulator.
It is intended as a holder for simulators that have started to use
- sim-core et.al. but are not yet in a position to use sim-engine
+ sim-core et al. but are not yet in a position to use sim-engine
(the setjmp/longjmp code). */