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;
_______________________________________________
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