From: Tiezhu Yang Date: Thu, 28 Apr 2022 09:55:54 +0000 (+0800) Subject: bpf, docs: Fix typo "respetively" to "respectively" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9a9a90ca1327024f669b670b02f61021306033dc;p=linux.git bpf, docs: Fix typo "respetively" to "respectively" "respetively" should be "respectively". Signed-off-by: Tiezhu Yang Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/1651139754-4838-4-git-send-email-yangtiezhu@loongson.cn --- diff --git a/Documentation/bpf/instruction-set.rst b/Documentation/bpf/instruction-set.rst index 00b080056d0e0..1de6a57c7e1e3 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