aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
commit976b010645ac346df4ca903f7d880be7a2216f46 (patch)
tree5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/pci/if_xl.c
parent88d3b17273cbd6223e89e8f574ef43aef59be90d (diff)
downloadsrc-976b010645ac346df4ca903f7d880be7a2216f46.tar.gz
src-976b010645ac346df4ca903f7d880be7a2216f46.zip
Spelling fix for interupt -> interrupt
Notes
Notes: svn path=/head/; revision=172568
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index e82511dcac70..a14ade7a42b8 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -2628,7 +2628,7 @@ xl_start_locked(struct ifnet *ifp)
* Place the request for the upload interrupt
* in the last descriptor in the chain. This way, if
* we're chaining several packets at once, we'll only
- * get an interupt once for the whole chain rather than
+ * get an interrupt once for the whole chain rather than
* once for each packet.
*/
cur_tx->xl_ptr->xl_status = htole32(le32toh(cur_tx->xl_ptr->xl_status) |
@@ -2748,7 +2748,7 @@ xl_start_90xB_locked(struct ifnet *ifp)
* Place the request for the upload interrupt
* in the last descriptor in the chain. This way, if
* we're chaining several packets at once, we'll only
- * get an interupt once for the whole chain rather than
+ * get an interrupt once for the whole chain rather than
* once for each packet.
*/
cur_tx->xl_ptr->xl_status = htole32(le32toh(cur_tx->xl_ptr->xl_status) |