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/hw-device.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/hw-device.h')
-rw-r--r-- | sim/common/hw-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-device.h b/sim/common/hw-device.h index 2cbdc5a..bb1568d 100644 --- a/sim/common/hw-device.h +++ b/sim/common/hw-device.h @@ -172,7 +172,7 @@ typedef unsigned (hw_reset_method) node is described as the bus owner and is responisble for co-ordinating bus operations. On the bus, a SPACE:ADDR pair is used to specify an address. A device that is both a bus owner (parent) - and bus client (child) are refered to as a bridging device. + and bus client (child) are referred to as a bridging device. A child performing a data (DMA) transfer will pass its request to the bus owner (the devices parent). The bus owner will then either |