diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 03:12:14 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 03:12:14 +0000 |
| commit | b302d85275ec0d9108144189eb0c94d063febb01 (patch) | |
| tree | ac1a1ec0e77c1896f53f4d7d234643db2790ef36 /sys/netinet6 | |
| parent | 66ee7e0d764d82696ffbc17136fd843b0d577380 (diff) | |
s/multple/multiple/ in comment.
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/in6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index c7f928ec0e4..7e50b15d335 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $NetBSD: in6.c,v 1.283 2021/09/21 15:06:21 christos Exp $ */ +/* $NetBSD: in6.c,v 1.284 2021/12/05 03:12:14 msaitoh Exp $ */ /* $KAME: in6.c,v 1.198 2001/07/18 09:12:38 itojun Exp $ */ /* @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.283 2021/09/21 15:06:21 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: in6.c,v 1.284 2021/12/05 03:12:14 msaitoh Exp $"); #ifdef _KERNEL_OPT #include "opt_inet.h" @@ -208,7 +208,7 @@ in6_ifremlocal(struct ifaddr *ifa) * from an interface direct route, when removing the direct route * (see comments in net/net_osdep.h). Even for variants that do remove * cloned routes, they could fail to remove the cloned routes when - * we handle multple addresses that share a common prefix. + * we handle multiple addresses that share a common prefix. * So, we should remove the route corresponding to the deleted address. */ |
