aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-01-26 01:00:45 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-01-26 01:00:45 +0000
commitd57d661cf252372cef3abbd7d18d614d92969619 (patch)
tree17d3ef6fec92fe81c001c8839c8cab6741dab21a
parent0c0c8511e742664ffabf811e61251391c9bd5fcc (diff)
Notes
-rw-r--r--sys/net/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index 0afa1547c1e5..b2b29f465ef0 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -475,7 +475,7 @@ rtrequest(req, dst, gateway, netmask, flags, ret_nrt)
/*
* If there is llinfo or similar associated with the
- * route, give the interface a chance to deal with it..
+ * route, give the protocol a chance to deal with it..
*/
if ((ifa = rt->rt_ifa) && ifa->ifa_rtrequest)
ifa->ifa_rtrequest(RTM_DELETE, rt, SA(0));