diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-05-15 19:03:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-05-15 19:03:05 +0000 |
commit | 0b52e9e3440474590a426957371a386ffb1df6cd (patch) | |
tree | ae0b566a3fc45c4ac0b91a3fab6fae7be8b3b083 | |
parent | 3262a217b358466f6f3eea13559d6ebea6ecf021 (diff) |
typo
-rw-r--r-- | sys/net/radix_mpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/radix_mpath.c b/sys/net/radix_mpath.c index cccd717541b..3d0652a536a 100644 --- a/sys/net/radix_mpath.c +++ b/sys/net/radix_mpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: radix_mpath.c,v 1.3 2005/05/15 16:40:09 henning Exp $ */ +/* $OpenBSD: radix_mpath.c,v 1.4 2005/05/15 19:03:04 henning Exp $ */ /* $KAME: radix_mpath.c,v 1.13 2002/10/28 21:05:59 itojun Exp $ */ /* @@ -216,7 +216,7 @@ rtalloc_mpath(struct route *ro, int hash) /* * XXX we don't attempt to lookup cached route again; what should - * be done for sendto(3) case? + * be done for sendto(2) case? */ if (ro->ro_rt && ro->ro_rt->rt_ifp && (ro->ro_rt->rt_flags & RTF_UP)) return; /* XXX */ |