Fixed typo in comment.

patckets -> packets

MFC after:	3 days
This commit is contained in:
Patrick Kelsey 2017-04-08 04:45:52 +00:00
parent 7628fd798a
commit 59f35a8290
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316633

View File

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