summaryrefslogtreecommitdiffstats
path: root/tools/regression/bpf/bpf_filter/tests/test0015.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bpf/bpf_filter/tests/test0015.h')
-rw-r--r--tools/regression/bpf/bpf_filter/tests/test0015.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/regression/bpf/bpf_filter/tests/test0015.h b/tools/regression/bpf/bpf_filter/tests/test0015.h
index 9a2aea3..7818702 100644
--- a/tools/regression/bpf/bpf_filter/tests/test0015.h
+++ b/tools/regression/bpf/bpf_filter/tests/test0015.h
@@ -1,14 +1,14 @@
/*-
- * Test 0015: BPF_JMP|BPF_JA
+ * Test 0015: BPF_JMP+BPF_JA
*
* $FreeBSD$
*/
/* BPF program */
struct bpf_insn pc[] = {
- BPF_STMT(BPF_LD|BPF_IMM, 0xc0decafe),
- BPF_STMT(BPF_JMP|BPF_JA, 1),
- BPF_STMT(BPF_LD|BPF_IMM, 0xdeadc0de),
+ BPF_STMT(BPF_LD+BPF_IMM, 0xc0decafe),
+ BPF_STMT(BPF_JMP+BPF_JA, 1),
+ BPF_STMT(BPF_LD+BPF_IMM, 0xdeadc0de),
BPF_STMT(BPF_RET+BPF_A, 0),
};
@@ -29,5 +29,5 @@ int invalid = 0;
/* Expected return value */
u_int expect = 0xc0decafe;
-/* Expeced signal */
+/* Expected signal */
int expect_signal = 0;
OpenPOWER on IntegriCloud