Fix the typos and style(9) in comment.

MFC after:	2 weeks
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2016-12-08 18:18:48 +00:00
parent 3220bdd85c
commit 8f1c8ade60

View File

@ -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++;