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