Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 18:18:48 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309717 - head/sys/net
Message-ID:  <201612081818.uB8IImiv091472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Thu Dec  8 18:18:48 2016
New Revision: 309717
URL: https://svnweb.freebsd.org/changeset/base/309717

Log:
  Fix the typos and style(9) in comment.
  
  MFC after:	2 weeks
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/sys/net/route.c

Modified: head/sys/net/route.c
==============================================================================
--- head/sys/net/route.c	Thu Dec  8 16:41:18 2016	(r309716)
+++ head/sys/net/route.c	Thu Dec  8 18:18:48 2016	(r309717)
@@ -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?201612081818.uB8IImiv091472>