Re: git: 06d2e390d818 - stable/12 - if_hn: Fix a few typos in comments and a sysctl description
Date: Sat, 04 Dec 2021 06:26:28 UTC
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