bpf, docs: Fix typo "respetively" to "respectively"
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 28 Apr 2022 09:55:54 +0000 (17:55 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 28 Apr 2022 15:20:48 +0000 (17:20 +0200)
"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
Documentation/bpf/instruction-set.rst

index 00b0800..1de6a57 100644 (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