summaryrefslogtreecommitdiffstats
path: root/sys/dev/my/if_my.c
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
committerkevlo <kevlo@FreeBSD.org>2007-10-12 06:03:46 +0000
commit7a9f1e285b4917d1e77dd6272654278cedc141fd (patch)
tree5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/dev/my/if_my.c
parenta7a6cc62cbb4f888b36f438e41119d295a856e55 (diff)
downloadFreeBSD-src-7a9f1e285b4917d1e77dd6272654278cedc141fd.zip
FreeBSD-src-7a9f1e285b4917d1e77dd6272654278cedc141fd.tar.gz
Spelling fix for interupt -> interrupt
Diffstat (limited to 'sys/dev/my/if_my.c')
-rw-r--r--sys/dev/my/if_my.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c
index 4cd0781..c94f084 100644
--- a/sys/dev/my/if_my.c
+++ b/sys/dev/my/if_my.c
@@ -1441,7 +1441,7 @@ my_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
+ * we'll only get an interrupt once for the whole chain rather than
* once for each packet.
*/
MY_TXCTL(cur_tx) |= MY_TXIC;
OpenPOWER on IntegriCloud