diff options
| author | andvar <andvar@NetBSD.org> | 2022-02-23 21:54:40 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-02-23 21:54:40 +0000 |
| commit | f855a88741a8a0aa63efde8923bf1b5ae1e37cd1 (patch) | |
| tree | 0c1f32b44eb134f6ead5aed4f0f0869f35d63e0b /sys/netinet6 | |
| parent | 1ec76ff58a1253c38448794815a9cf8cd74a5875 (diff) | |
fix various typos in comments, mainly immediatly/immediately/,
as well shared and recently fixed typos in OpenBSD code by Jonathan Grey.
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/raw_ip6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index 2f9d6e4bc99..1db02376d21 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip6.c,v 1.176 2021/09/21 15:08:44 christos Exp $ */ +/* $NetBSD: raw_ip6.c,v 1.177 2022/02/23 21:54:41 andvar Exp $ */ /* $KAME: raw_ip6.c,v 1.82 2001/07/23 18:57:56 jinmei Exp $ */ /* @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: raw_ip6.c,v 1.176 2021/09/21 15:08:44 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip6.c,v 1.177 2022/02/23 21:54:41 andvar Exp $"); #ifdef _KERNEL_OPT #include "opt_ipsec.h" @@ -783,7 +783,7 @@ rip6_shutdown(struct socket *so) KASSERT(solocked(so)); /* - * Mark the connection as being incapable of futther input. + * Mark the connection as being incapable of futher input. */ socantsendmore(so); return 0; |
