summaryrefslogtreecommitdiffstats
path: root/tools/regression/bpf/bpf_filter/tests/test0009.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bpf/bpf_filter/tests/test0009.h')
-rw-r--r--tools/regression/bpf/bpf_filter/tests/test0009.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/regression/bpf/bpf_filter/tests/test0009.h b/tools/regression/bpf/bpf_filter/tests/test0009.h
index 17c8089..644e58b 100644
--- a/tools/regression/bpf/bpf_filter/tests/test0009.h
+++ b/tools/regression/bpf/bpf_filter/tests/test0009.h
@@ -1,13 +1,13 @@
/*-
- * Test 0009: BPF_LDX|BPF_IMM & BPF_LD|BPF_W|BPF_IND
+ * Test 0009: BPF_LDX+BPF_IMM & BPF_LD+BPF_W+BPF_IND
*
* $FreeBSD$
*/
/* BPF program */
struct bpf_insn pc[] = {
- BPF_STMT(BPF_LDX|BPF_IMM, 1),
- BPF_STMT(BPF_LD|BPF_W|BPF_IND, 1),
+ BPF_STMT(BPF_LDX+BPF_IMM, 1),
+ BPF_STMT(BPF_LD+BPF_W+BPF_IND, 1),
BPF_STMT(BPF_RET+BPF_A, 0),
};
@@ -28,5 +28,5 @@ int invalid = 0;
/* Expected return value */
u_int expect = 0x456789ab;
-/* Expeced signal */
+/* Expected signal */
int expect_signal = 0;
OpenPOWER on IntegriCloud