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-core.h | |
| parent | e55c0b759bf5dc779457f9a986a446ee2b123208 (diff) | |
| download | ppe42-binutils-6439295f61b598227751815bf233fd9aa07fa37b.tar.gz ppe42-binutils-6439295f61b598227751815bf233fd9aa07fa37b.zip | |
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-core.h')
| -rw-r--r-- | sim/common/sim-core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-core.h b/sim/common/sim-core.h index 182569e5ae..771e8a1b54 100644 --- a/sim/common/sim-core.h +++ b/sim/common/sim-core.h @@ -167,7 +167,7 @@ extern void sim_core_detach /* Variable sized read/write Transfer a variable sized block of raw data between the host and - target. Should any problems occure, the number of bytes + target. Should any problems occur, the number of bytes successfully transfered is returned. No host/target byte endian conversion is performed. No xor-endian @@ -213,7 +213,7 @@ extern void sim_core_set_xor /* XOR version of variable sized read/write. Transfer a variable sized block of raw data between the host and - target. Should any problems occure, the number of bytes + target. Should any problems occur, the number of bytes successfully transfered is returned. No host/target byte endian conversion is performed. If applicable |

