summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-10-22 00:02:00 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-10-22 00:02:00 +0000
commitd1426f8998b45b992e87f53a14b3cb8c9dcf9792 (patch)
tree20eb53fcd5643ec329b3c3b6086a835be3db4678 /sys
parent182b34adcf475dff0b53ca8a8c57bb93681b2c3c (diff)
Fix a typo.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_lge.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_lge.c b/sys/dev/pci/if_lge.c
index a9def3cbae3..7fab43820c3 100644
--- a/sys/dev/pci/if_lge.c
+++ b/sys/dev/pci/if_lge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_lge.c,v 1.48 2008/09/10 14:01:22 blambert Exp $ */
+/* $OpenBSD: if_lge.c,v 1.49 2008/10/22 00:01:59 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2000, 2001
@@ -640,7 +640,7 @@ lge_list_tx_init(struct lge_softc *sc)
/*
* Initialize the RX descriptors and allocate mbufs for them. Note that
- * we arralge the descriptors in a closed ring, so that the last descriptor
+ * we arrange the descriptors in a closed ring, so that the last descriptor
* points back to the first.
*/
int
@@ -671,7 +671,7 @@ lge_list_rx_init(struct lge_softc *sc)
}
/*
- * Initialize an RX descriptor and attach an MBUF cluster.
+ * Initialize a RX descriptor and attach a MBUF cluster.
*/
int
lge_newbuf(struct lge_softc *sc, struct lge_rx_desc *c, struct mbuf *m)