Date: Wed, 7 Sep 2022 07:32:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 1e72fbb67854 - stable/13 - bpf(3): Grammar fix for a source code comment Message-ID: <202209070732.2877W2Y4054611@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1e72fbb67854d4ca58ccbccded95a883e44f9fd4 commit 1e72fbb67854d4ca58ccbccded95a883e44f9fd4 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 15:30:05 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:31:16 +0000 bpf(3): Grammar fix for a source code comment - s/that that/that the/ (cherry picked from commit 8a153724cd464e7fb156203dfb1304c90cfaec1c) --- sys/net/bpf_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index 09ef9c460934..b942de5965b5 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -570,7 +570,7 @@ bpf_validate(const struct bpf_insn *f, int len) if (!BPF_VALIDATE_CODE(p->code)) return (0); /* - * Check that that jumps are forward, and within + * Check that the jumps are forward, and within * the code block. */ if (BPF_CLASS(p->code) == BPF_JMP) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070732.2877W2Y4054611>