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