summaryrefslogtreecommitdiffstats
path: root/tools/regression/bpf/bpf_filter/tests/test0007.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bpf/bpf_filter/tests/test0007.h')
-rw-r--r--tools/regression/bpf/bpf_filter/tests/test0007.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/bpf/bpf_filter/tests/test0007.h b/tools/regression/bpf/bpf_filter/tests/test0007.h
index d001ae1..6975722 100644
--- a/tools/regression/bpf/bpf_filter/tests/test0007.h
+++ b/tools/regression/bpf/bpf_filter/tests/test0007.h
@@ -1,12 +1,12 @@
/*-
- * Test 0007: BPF_LD|BPF_W|BPF_LEN
+ * Test 0007: BPF_LD+BPF_W+BPF_LEN
*
* $FreeBSD$
*/
/* BPF program */
struct bpf_insn pc[] = {
- BPF_STMT(BPF_LD|BPF_W|BPF_LEN, 0),
+ BPF_STMT(BPF_LD+BPF_W+BPF_LEN, 0),
BPF_STMT(BPF_RET+BPF_A, 0),
};
@@ -27,5 +27,5 @@ int invalid = 0;
/* Expected return value */
u_int expect = 0xdeadc0de;
-/* Expeced signal */
+/* Expected signal */
int expect_signal = 0;
OpenPOWER on IntegriCloud