Blob Blame History Raw
From: Tiezhu Yang <yangtiezhu@loongson.cn>
Date: Thu, 28 Apr 2022 17:55:54 +0800
Subject: bpf, docs: Fix typo "respetively" to "respectively"
Patch-mainline: v5.19-rc1
Git-commit: 9a9a90ca1327024f669b670b02f61021306033dc
References: jsc#PED-1377

"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
Acked-by: Shung-Hsi Yu <shung-hsi.yu@suse.com>
---
 Documentation/bpf/instruction-set.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Documentation/bpf/instruction-set.rst
+++ b/Documentation/bpf/instruction-set.rst
@@ -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