Skip to content

Commit

Permalink
bpf, docs: Fix typo "respetively" to "respectively"
Browse files Browse the repository at this point in the history
"respetively" should be "respectively".

Signed-off-by: Tiezhu Yang <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
  • Loading branch information
Tiezhu Yang authored and borkmann committed Apr 28, 2022
1 parent c821d80 commit 9a9a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/bpf/instruction-set.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Examples:
dst_reg = htobe64(dst_reg)

``BPF_FROM_LE`` and ``BPF_FROM_BE`` exist as aliases for ``BPF_TO_LE`` and
``BPF_TO_BE`` respetively.
``BPF_TO_BE`` respectively.


Jump instructions
Expand Down

0 comments on commit 9a9a90c

Please sign in to comment.