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().
         */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to