From: jsg Date: Mon, 21 Feb 2022 11:43:02 +0000 (+0000) Subject: futther -> further X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=44f4cefed309f43a884fe2124818f534fc4ea2c4;p=openbsd futther -> further --- diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index f8ef94af2ea..193c575c4aa 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: raw_ip6.c,v 1.138 2020/08/02 11:15:51 kn Exp $ */ +/* $OpenBSD: raw_ip6.c,v 1.139 2022/02/21 11:43:02 jsg Exp $ */ /* $KAME: raw_ip6.c,v 1.69 2001/03/04 15:55:44 itojun Exp $ */ /* @@ -636,7 +636,7 @@ rip6_usrreq(struct socket *so, int req, struct mbuf *m, struct mbuf *nam, break; /* - * Mark the connection as being incapable of futther input. + * Mark the connection as being incapable of further input. */ case PRU_SHUTDOWN: socantsendmore(so);