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/callback.c | |
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/callback.c')
-rw-r--r-- | sim/common/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/callback.c b/sim/common/callback.c index 19acca0..64b4e7c 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -726,7 +726,7 @@ store (p, size, val, big_p) TS is ignored. The result is the size of the target's stat struct, - or zero if an error occured during the translation. */ + or zero if an error occurred during the translation. */ int cb_host_to_target_stat (cb, hs, ts) |