mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Fix typo in a comment.
MFC-after: 3 days
This commit is contained in:
parent
832d32eb5b
commit
88f6feee74
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84024
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user