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/if_gre.c | |
parent | cb903f575ecd4b1e917c41cf2a60b844f7107424 (diff) |
spelling
ok gnezdo@ semarie@ mpi@
Diffstat (limited to 'sys/net/if_gre.c')
-rw-r--r-- | sys/net/if_gre.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 4a07a1746d6..d2f6524dd26 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gre.c,v 1.170 2021/02/27 09:21:22 dlg Exp $ */ +/* $OpenBSD: if_gre.c,v 1.171 2021/03/10 10:21:47 jsg Exp $ */ /* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -1659,7 +1659,7 @@ mgre_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dest, rt = rt_getll(rt0); - /* chech rt_expire? */ + /* check rt_expire? */ if (ISSET(rt->rt_flags, RTF_REJECT)) { error = (rt == rt0) ? EHOSTDOWN : EHOSTUNREACH; goto drop; @@ -2952,7 +2952,7 @@ gre_keepalive_send(void *arg) uint8_t tos; /* - * re-schedule immediately, so we deal with incomplete configuation + * re-schedule immediately, so we deal with incomplete configuration * or temporary errors. */ if (sc->sc_ka_timeo) |