svn commit: r316634 - head/sys/net
Patrick Kelsey
pkelsey at FreeBSD.org
Sat Apr 8 04:50:51 UTC 2017
Author: pkelsey
Date: Sat Apr 8 04:50:50 2017
New Revision: 316634
URL: https://svnweb.freebsd.org/changeset/base/316634
Log:
Fixed typo in comment found while reading commit email for fix of
other typo in same comment.
ned -> need
MFC after: 3 days
Modified:
head/sys/net/if_epair.c
Modified: head/sys/net/if_epair.c
==============================================================================
--- head/sys/net/if_epair.c Sat Apr 8 04:45:52 2017 (r316633)
+++ head/sys/net/if_epair.c Sat Apr 8 04:50:50 2017 (r316634)
@@ -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;
More information about the svn-src-all
mailing list