svn commit: r316633 - head/sys/net

Patrick Kelsey pkelsey at FreeBSD.org
Sat Apr 8 04:45:53 UTC 2017


Author: pkelsey
Date: Sat Apr  8 04:45:52 2017
New Revision: 316633
URL: https://svnweb.freebsd.org/changeset/base/316633

Log:
  Fixed typo in comment.
  
  patckets -> packets
  
  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:41:46 2017	(r316632)
+++ head/sys/net/if_epair.c	Sat Apr  8 04:45:52 2017	(r316633)
@@ -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().
 	 */


More information about the svn-src-all mailing list