From 6d55bbb3f6b309aec8823a085790274d3b9183ab Mon Sep 17 00:00:00 2001 From: luigi Date: Sun, 25 Apr 2004 01:39:00 +0000 Subject: fix one typo and remove one wrong line --- sys/net/route.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/net/route.c') 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) -- cgit v1.1