Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2021 06:26:28 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Gordon Bergling <gbe@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org
Subject:   Re: git: 06d2e390d818 - stable/12 - if_hn: Fix a few typos in comments and a sysctl description
Message-ID:  <YasKFAD1bbPUR/rw@FreeBSD.org>
In-Reply-To: <202112031558.1B3Fw1e1063048@gitrepo.freebsd.org>
References:  <202112031558.1B3Fw1e1063048@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 03, 2021 at 03:58:01PM +0000, Gordon Bergling wrote:
> commit 06d2e390d8189b3ccf321207d4058ec3b94e1368
> 
>  if_hn: Fix a few typos in comments and a sysctl description
>  
>  - s/segement/segment/
>  
> ...
> -/* Trust tcp segements verification on host side. */
> +/* Trust tcp segment verification on host side. */
>  static int			hn_trust_hosttcp = 1;
>  SYSCTL_INT(_hw_hn, OID_AUTO, trust_hosttcp, CTLFLAG_RDTUN,
>      &hn_trust_hosttcp, 0,
> -    "Trust tcp segement verification on host side, "
> +    "Trust tcp segment verification on host side, "

I think you could have also fixed s/tcp/TCP/, but maybe you have
that planned for a separate commit (we have a lot of abbreviations
misspelled throughout the tree).

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YasKFAD1bbPUR/rw>