summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:16:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:16:49 +0000
commitb0129211da82e701a27ee27c6d60adc405ad441c (patch)
treef7c5c0d8af2fa027e122d421b8b1d74fb6005f82 /c
parent2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b0129211da82e701a27ee27c6d60adc405ad441c.tar.bz2
2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* ne2000/ne2000.c: Fix spelling error.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog4
-rw-r--r--c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index abc44f810d..f7bba2993d 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * ne2000/ne2000.c: Fix spelling error.
+
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
index a9e73b0b44..a657788916 100644
--- a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
+++ b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
@@ -475,7 +475,7 @@ ne_init_hardware (struct ne_softc *sc)
outport_byte (port + TPSR, NE_FIRST_TX_PAGE);
outport_byte (port + PSTART, NE_FIRST_RX_PAGE);
- /* Initialize Receiver (ring-buffer) Page Stop and Boundry */
+ /* Initialize Receiver (ring-buffer) Page Stop and Boundary */
outport_byte (port + PSTOP, NE_STOP_PAGE);
outport_byte (port + BNRY, NE_STOP_PAGE - 1);