bpf(3): Grammar fix for a source code comment

- s/that that/that the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 17:30:05 +02:00
parent 990878b07f
commit 8a153724cd

View File

@ -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) {