diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-02 18:25:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-02 18:25:27 +0000 |
commit | 0ad22a7472cdecb7aeb89796572e561ca61ad6f0 (patch) | |
tree | 85916e251916c6f33b559ac70b0606f1756db24d /sim | |
parent | 60531b2469fb4074dfeae8c5996004ba0b682551 (diff) | |
download | gdb-0ad22a7472cdecb7aeb89796572e561ca61ad6f0.zip gdb-0ad22a7472cdecb7aeb89796572e561ca61ad6f0.tar.gz gdb-0ad22a7472cdecb7aeb89796572e561ca61ad6f0.tar.bz2 |
sim: fix typos in hw-ports.h
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/hw-ports.h | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index d83136b..f3212a1 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2010-04-02 Mike Frysinger <vapier@gentoo.org> + + * hw-ports.h: Fix spelling typos. + 2010-03-30 Mike Frysinger <vapier@gentoo.org> * configure.ac: Check for socklen_t. diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h index b1bbb41..01a4dcd 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. */ |