Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 02:00:51 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r310884 - stable/11/sys/net
Message-ID:  <201612310200.uBV20pI6017181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612310200.uBV20pI6017181>