aboutsummaryrefslogtreecommitdiff
path: root/Documentation/bpf/instruction-set.rst
diff options
context:
space:
mode:
authorGravatar Tiezhu Yang <yangtiezhu@loongson.cn> 2022-04-28 17:55:54 +0800
committerGravatar Daniel Borkmann <daniel@iogearbox.net> 2022-04-28 17:20:48 +0200
commit9a9a90ca1327024f669b670b02f61021306033dc (patch)
treea828c88337cf78b5a0caf3097160547d6ca789ef /Documentation/bpf/instruction-set.rst
parentbpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BE (diff)
downloadlinux-9a9a90ca1327024f669b670b02f61021306033dc.tar.gz
linux-9a9a90ca1327024f669b670b02f61021306033dc.tar.bz2
linux-9a9a90ca1327024f669b670b02f61021306033dc.zip
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
Diffstat (limited to 'Documentation/bpf/instruction-set.rst')
-rw-r--r--Documentation/bpf/instruction-set.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/bpf/instruction-set.rst b/Documentation/bpf/instruction-set.rst
index 00b080056d0e..1de6a57c7e1e 100644
--- 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