summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-09-27 12:01:57 +0000
committerluigi <luigi@FreeBSD.org>2001-09-27 12:01:57 +0000
commitc3c6ae5ea762cb34642fae0361e329eca143b315 (patch)
treeaabf2ad140f79b3812dbfc14106a42cde7c812ab /sys/pci
parentaf2cc9a06808d52ba584bc2c8b5d4b2472ddac38 (diff)
downloadFreeBSD-src-c3c6ae5ea762cb34642fae0361e329eca143b315.zip
FreeBSD-src-c3c6ae5ea762cb34642fae0361e329eca143b315.tar.gz
Fix typo in a comment.
MFC-after: 3 days
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_wx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_wx.c b/sys/pci/if_wx.c
index ad2d4c4..f5f6f00 100644
--- a/sys/pci/if_wx.c
+++ b/sys/pci/if_wx.c
@@ -1132,7 +1132,7 @@ wx_start(struct ifnet *ifp)
/*
* If this packet is too small for the chip's minimum,
- * break out to to cluster it.
+ * break out to cluster it.
*/
if (m->m_len < WX_MIN_RPKT_SIZE) {
sc->wx_xmitrunt++;
OpenPOWER on IntegriCloud