diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-10 10:21:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-10 10:21:50 +0000 |
commit | 0f9485f602aa01a24ccba783905b2e6359d196c3 (patch) | |
tree | 3b90135b2259d345d0c1516cba66c7813e59b211 /sys/net/route.c | |
parent | cb903f575ecd4b1e917c41cf2a60b844f7107424 (diff) |
spelling
ok gnezdo@ semarie@ mpi@
Diffstat (limited to 'sys/net/route.c')
-rw-r--r-- | sys/net/route.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/route.c b/sys/net/route.c index 99c3671d80b..3e3c32617df 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.397 2020/10/29 21:15:27 denis Exp $ */ +/* $OpenBSD: route.c,v 1.398 2021/03/10 10:21:48 jsg Exp $ */ /* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */ /* @@ -450,7 +450,7 @@ rt_setgwroute(struct rtentry *rt, u_int rtableid) rt->rt_mtu = nhrt->rt_mtu; /* - * To avoid reference counting problems when writting link-layer + * To avoid reference counting problems when writing link-layer * addresses in an outgoing packet, we ensure that the lifetime * of a cached entry is greater than the bigger lifetime of the * gateway entries it is pointed by. @@ -1253,7 +1253,7 @@ rt_ifa_addlocal(struct ifaddr *ifa) } /* - * Remove local rtentry of ifa's addresss if it exists. + * Remove local rtentry of ifa's address if it exists. */ int rt_ifa_dellocal(struct ifaddr *ifa) |