summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2004-04-25 01:39:00 +0000
committerluigi <luigi@FreeBSD.org>2004-04-25 01:39:00 +0000
commit6d55bbb3f6b309aec8823a085790274d3b9183ab (patch)
tree7c20fe2037047c6e8b8b5f6f5d6a973477a32e47 /sys/net/route.c
parent063ace7b853e81049355506761220e5a93ff5fda (diff)
downloadFreeBSD-src-6d55bbb3f6b309aec8823a085790274d3b9183ab.zip
FreeBSD-src-6d55bbb3f6b309aec8823a085790274d3b9183ab.tar.gz
fix one typo and remove one wrong line
Diffstat (limited to 'sys/net/route.c')
-rw-r--r--sys/net/route.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index 23a0ccf..e6d8031 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1234,10 +1234,9 @@ bad:
* === On return ===
* *dst is unchanged;
* *lrt0 points to the (possibly new) route to the final destination
- * (NOTE: different meaning from what it was on input)
* *lrt points to the route to the next hop
*
- * Their values are meaningul ONLY if no error is returned.
+ * Their values are meaningful ONLY if no error is returned.
*/
int
rt_check(struct rtentry **lrt, struct rtentry **lrt0, struct sockaddr *dst)
OpenPOWER on IntegriCloud