From: Chris Packham Date: Mon, 25 May 2020 23:00:24 +0000 (+1200) Subject: bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run X-Git-Tag: v5.8-rc1~165^2~6^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0142dddcbe965450338076c486d0d757b3184352;p=thirdparty%2Fkernel%2Flinux.git bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run Change 'handeled' to 'handled'. Signed-off-by: Chris Packham Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20200525230025.14470-1-chris.packham@alliedtelesis.co.nz Signed-off-by: Alexei Starovoitov --- diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index c40ff4cf98806..af52ca658c73a 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -1543,7 +1543,7 @@ select_insn: /* ARG1 at this point is guaranteed to point to CTX from * the verifier side due to the fact that the tail call is - * handeled like a helper, that is, bpf_tail_call_proto, + * handled like a helper, that is, bpf_tail_call_proto, * where arg1_type is ARG_PTR_TO_CTX. */ insn = prog->insnsi;