Module Name: src Committed By: andvar Date: Fri Dec 31 12:41:50 UTC 2021
Modified Files: src/sys/netinet6: nd6.c Log Message: s/quetion/question/ To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/sys/netinet6/nd6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet6/nd6.c diff -u src/sys/netinet6/nd6.c:1.277 src/sys/netinet6/nd6.c:1.278 --- src/sys/netinet6/nd6.c:1.277 Tue Aug 17 09:43:21 2021 +++ src/sys/netinet6/nd6.c Fri Dec 31 12:41:50 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: nd6.c,v 1.277 2021/08/17 09:43:21 ozaki-r Exp $ */ +/* $NetBSD: nd6.c,v 1.278 2021/12/31 12:41:50 andvar Exp $ */ /* $KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $ */ /* @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.277 2021/08/17 09:43:21 ozaki-r Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.278 2021/12/31 12:41:50 andvar Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" @@ -1458,7 +1458,7 @@ nd6_cache_lladdr( * - If lladdr exist, set IsRouter. This means (1-5). * - If it is old entry (!newentry), set IsRouter. This means (7). * So, based on the spec, in (1-5) and (7) cases we must set IsRouter. - * A quetion arises for (1) case. (1) case has no lladdr in the + * A question arises for (1) case. (1) case has no lladdr in the * neighbor cache, this is similar to (6). * This case is rare but we figured that we MUST NOT set IsRouter. *