From d57d661cf252372cef3abbd7d18d614d92969619 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Sun, 26 Jan 1997 01:00:45 +0000 Subject: [PATCH] fix mixleading comment (my error.. I wrote the comment) --- sys/net/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));