diff options
author | 2020-06-30 21:58:13 +0000 | |
---|---|---|
committer | 2020-06-30 21:58:13 +0000 | |
commit | fae51641f55737daee84d51e1373f2fdef333bbe (patch) | |
tree | 066ce210cb337bdeec39eba79e130d70d8a2c38f /sys | |
parent | When we sleep during one of the copyin(9) functions, another process may (diff) | |
download | wireguard-openbsd-fae51641f55737daee84d51e1373f2fdef333bbe.tar.xz wireguard-openbsd-fae51641f55737daee84d51e1373f2fdef333bbe.zip |
Fix two places where carp backup state is misspelled in comments.
ok claudio@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/in6.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 6189bca7c02..0b32027bbfa 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.c,v 1.237 2020/06/24 22:03:44 cheloha Exp $ */ +/* $OpenBSD: in6.c,v 1.238 2020/06/30 21:58:13 benno Exp $ */ /* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */ /* @@ -1577,9 +1577,9 @@ in6_ifawithscope(struct ifnet *oifp, struct in6_addr *dst, u_int rdomain) * We should only use a carp address if no * other interface has a usable address. * Otherwise, when communicating from a carp - * master to a carp slave, the slave won't - * respond since the carp address is also - * configured as a local address on the slave. + * master to a carp backup, the backup system + * won't respond since the carp address is also + * configured as a local address on the backup. * Note that carp interfaces in backup state * were already skipped above. */ |