Author: loos
Date: Sat Dec 31 02:00:51 2016
New Revision: 310884
URL: https://svnweb.freebsd.org/changeset/base/310884

Log:
  MFC r309717:
  
  Fix the typos and style(9) in comment.

Modified:
  stable/11/sys/net/route.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/net/route.c
==============================================================================
--- stable/11/sys/net/route.c   Sat Dec 31 01:58:04 2016        (r310883)
+++ stable/11/sys/net/route.c   Sat Dec 31 02:00:51 2016        (r310884)
@@ -467,9 +467,8 @@ rtalloc1_fib(struct sockaddr *dst, int r
                RIB_RUNLOCK(rh);
        
        /*
-        * Either we hit the root or couldn't find any match,
-        * Which basically means
-        * "caint get there frm here"
+        * Either we hit the root or could not find any match,
+        * which basically means: "cannot get there from here".
         */
 miss:
        V_rtstat.rts_unreach++;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to