diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2020-05-26 11:00:24 +1200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-06-01 14:38:20 -0700 |
commit | 0142dddcbe965450338076c486d0d757b3184352 (patch) | |
tree | 39acec44895569087c9353a63b0eaee573cfadea /kernel | |
parent | 93581359e7aeb11358018f2e3a737776d1e899ae (diff) | |
download | linux-stable-0142dddcbe965450338076c486d0d757b3184352.tar.gz linux-stable-0142dddcbe965450338076c486d0d757b3184352.tar.bz2 linux-stable-0142dddcbe965450338076c486d0d757b3184352.zip |
bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run
Change 'handeled' to 'handled'.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200525230025.14470-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/bpf/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index c40ff4cf9880..af52ca658c73 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; |