projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c821d80
)
bpf, docs: Fix typo "respetively" to "respectively"
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Thu, 28 Apr 2022 09:55:54 +0000
(17:55 +0800)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/Documentation/bpf/instruction-set.rst
b/Documentation/bpf/instruction-set.rst
index 00b080056d0e09790830396bb8a5e79699272029..1de6a57c7e1e3eddbdda1c36712e40fbfc2bfcf8 100644
(file)
--- 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`` respe
c
tively.
Jump instructions