summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2016-02-12 20:02:05 +0000
committermmcc <mmcc@cvs.openbsd.org>2016-02-12 20:02:05 +0000
commite7b0c81c3a81a190f3fc4fbae7506449b8cab249 (patch)
treedd444ad0fdc8c27e31eeb87ee55035f3d5b36a0f /sys/dev/ic
parent553b5e86260cbf4a67b4a7ee45f1352da6835222 (diff)
pcakets -> packets
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/smc91cxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c
index d2972b3d5d8..528a0e2333f 100644
--- a/sys/dev/ic/smc91cxx.c
+++ b/sys/dev/ic/smc91cxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smc91cxx.c,v 1.45 2015/12/08 13:34:22 tedu Exp $ */
+/* $OpenBSD: smc91cxx.c,v 1.46 2016/02/12 20:02:04 mmcc Exp $ */
/* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */
/*-
@@ -703,7 +703,7 @@ smc91cxx_start(ifp)
readcheck:
/*
- * Check for incoming pcakets. We don't want to overflow the small
+ * Check for incoming packets. We don't want to overflow the small
* RX FIFO. If nothing has arrived, attempt to queue another
* transmit packet.
*/