From 8f1c8ade609b53ab0050510575d64a7486ea5038 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Thu, 8 Dec 2016 18:18:48 +0000 Subject: [PATCH] Fix the typos and style(9) in comment. MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) --- sys/net/route.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/net/route.c b/sys/net/route.c index 40227741115..4b91e282780 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -467,9 +467,8 @@ rtalloc1_fib(struct sockaddr *dst, int report, u_long ignflags, 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++;