summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-01-26 01:00:45 +0000
committerjulian <julian@FreeBSD.org>1997-01-26 01:00:45 +0000
commitace9239b8a0f1878208206b7a0afdf0c437ba85e (patch)
tree17d3ef6fec92fe81c001c8839c8cab6741dab21a /sys/net/route.c
parente148ced4842ad7494f5cbcc6ebcb8ba5004d722b (diff)
downloadFreeBSD-src-ace9239b8a0f1878208206b7a0afdf0c437ba85e.zip
FreeBSD-src-ace9239b8a0f1878208206b7a0afdf0c437ba85e.tar.gz
fix mixleading comment (my error.. I wrote the comment)
Diffstat (limited to 'sys/net/route.c')
-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 0afa154..b2b29f4 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));
OpenPOWER on IntegriCloud