Skip to content

Commit 492f99e

Browse files
Kosuke Fujimotoborkmann
authored andcommitted
bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"
"BFP" should be "BPF" Signed-off-by: Kosuke Fujimoto <fujimotokosuke0@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20220609083937.245749-1-fujimotoksouke0@gmail.com
1 parent 0b81705 commit 492f99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/bpf/instruction-set.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ BPF_XOR | BPF_K | BPF_ALU64 means::
127127
Byte swap instructions
128128
----------------------
129129

130-
The byte swap instructions use an instruction class of ``BFP_ALU`` and a 4-bit
130+
The byte swap instructions use an instruction class of ``BPF_ALU`` and a 4-bit
131131
code field of ``BPF_END``.
132132

133133
The byte swap instructions operate on the destination register

0 commit comments

Comments
 (0)