Merge ^/head r327169 through r327340.

This commit is contained in:
Dimitry Andric
2017-12-29 12:51:26 +00:00
285 changed files with 3908 additions and 3280 deletions
+1 -1
View File
@@ -149,7 +149,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 jumps are forward, and within
* the code block.
*/
if (BPF_CLASS(p->code) == BPF_JMP) {