aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:58 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:58 +0000
commit9914452050835fa4524a71341142906b046f6459 (patch)
treef7d3fa973a6f4a6857388c1dd765b7ca18870bb7 /tools
parentd52a982ea85b7f76b2c78a842f893866c04f131e (diff)
downloadsrc-9914452050835fa4524a71341142906b046f6459.tar.gz
src-9914452050835fa4524a71341142906b046f6459.zip
other: Fix several typos and minor errors
- duplicate words - typos - references to old versions of FreeBSD Reviewed by: imp, benno
Notes
Notes: svn path=/head/; revision=327233
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/bpf/bpf_filter/bpf_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/bpf/bpf_filter/bpf_test.c b/tools/regression/bpf/bpf_filter/bpf_test.c
index 9ed4828ea3e2..b62ca774d21d 100644
--- a/tools/regression/bpf/bpf_filter/bpf_test.c
+++ b/tools/regression/bpf/bpf_filter/bpf_test.c
@@ -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) {