diff options
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 f64b2c2..bea9e94 100644 --- a/sim/common/hw-device.h +++ b/sim/common/hw-device.h @@ -170,7 +170,7 @@ typedef unsigned (hw_reset_method) /* Hardware operations: Connecting a parent to its children is a common bus. The parent - node is described as the bus owner and is responisble for + node is described as the bus owner and is responsible 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 referred to as a bridging device. |