summaryrefslogtreecommitdiff
path: root/sim/common/hw-device.h
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
commit2910a364786b767aadbc9f1e48e5065597400191 (patch)
tree4e7dad4b3753e793cb401032e71cdeef689160e9 /sim/common/hw-device.h
parent528de9cbfad2a54697939573d699193d69853a4c (diff)
downloadgdb-2910a364786b767aadbc9f1e48e5065597400191.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-device.h b/sim/common/hw-device.h
index 2cbdc5adc46..bb1568d6c45 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