Fix typo in a comment.

MFC-after: 3 days
This commit is contained in:
Luigi Rizzo 2001-09-27 12:01:57 +00:00
parent 832d32eb5b
commit 88f6feee74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84024

View File

@ -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++;