From 88f6feee74ae344690ecdc05fe92603b6be32694 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Thu, 27 Sep 2001 12:01:57 +0000 Subject: [PATCH] Fix typo in a comment. MFC-after: 3 days --- sys/pci/if_wx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pci/if_wx.c b/sys/pci/if_wx.c index ad2d4c41b5a7..f5f6f0008161 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++;