svn commit: r310884 - stable/11/sys/net
Luiz Otavio O Souza
loos at FreeBSD.org
Sat Dec 31 02:00:53 UTC 2016
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++;
More information about the svn-src-stable-11
mailing list