bpf, docs: Fix typo "respetively" to "respectively"

"respetively" should be "respectively".

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/1651139754-4838-4-git-send-email-yangtiezhu@loongson.cn
This commit is contained in:
Tiezhu Yang 2022-04-28 17:55:54 +08:00 committed by Daniel Borkmann
parent c821d80bb8
commit 9a9a90ca13
1 changed files with 1 additions and 1 deletions

View File

@ -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