summaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-04-02 18:25:27 +0000
committerMike Frysinger <vapier@gentoo.org>2010-04-02 18:25:27 +0000
commitc3702819b1531f10d32ffcec1869158c0cb2a47d (patch)
treee1348ba3092983c049155388660e8ea30aebdcb2 /sim/common/hw-ports.h
parent7eefff46dab59928e9e224cbb1303249e6e20e1a (diff)
downloadgdb-c3702819b1531f10d32ffcec1869158c0cb2a47d.tar.gz
sim: fix typos in hw-ports.h
Diffstat (limited to 'sim/common/hw-ports.h')
-rw-r--r--sim/common/hw-ports.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h
index b1bbb418a47..01a4dcdf5c8 100644
--- a/sim/common/hw-ports.h
+++ b/sim/common/hw-ports.h
@@ -53,13 +53,13 @@ void hw_port_event
int my_port,
int value);
-/* This port event will then be propogated to any attached
+/* This port event will then be propagated to any attached
destination ports.
- Any interpretation of PORT and VALUE is model dependant. As a
+ Any interpretation of PORT and VALUE is model dependent. As a
guideline the following are recommended: PCI interrupts A-D should
- correspond to ports 0-3; level sensative interrupts be requested
- with a value of one and withdrawn with a value of 0; edge sensative
+ correspond to ports 0-3; level sensitive interrupts be requested
+ with a value of one and withdrawn with a value of 0; edge sensitive
interrupts always have a value of 1, the event its self is treated
as the interrupt.
@@ -67,7 +67,7 @@ void hw_port_event
Port destinations
Attached to each port of a device can be zero or more
- desitinations. These destinations consist of a device/port pair.
+ destinations. These destinations consist of a device/port pair.
A destination is attached/detached to a device line using the
attach and detach calls. */