Fixed typo in comment found while reading commit email for fix of

other typo in same comment.

ned -> need

MFC after:	3 days
This commit is contained in:
Patrick Kelsey 2017-04-08 04:50:50 +00:00
parent 59f35a8290
commit 75580d5881

View File

@ -403,7 +403,7 @@ epair_start_locked(struct ifnet *ifp)
/*
* We get packets here from ether_output via if_handoff()
* and ned to put them into the input queue of the oifp
* and need to put them into the input queue of the oifp
* and call oifp->if_input() via netisr/epair_sintr().
*/
oifp = sc->oifp;