Commit 07dcbd73 authored by Ilya Leoshkevich's avatar Ilya Leoshkevich Committed by Alexei Starovoitov

s390/bpf: Fix a typo in a comment

"desription" should be "description".
Signed-off-by: default avatarIlya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20230128000650.1516334-27-iii@linux.ibm.comSigned-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 49f67f39
...@@ -510,7 +510,7 @@ static void bpf_skip(struct bpf_jit *jit, int size) ...@@ -510,7 +510,7 @@ static void bpf_skip(struct bpf_jit *jit, int size)
* Emit function prologue * Emit function prologue
* *
* Save registers and create stack frame if necessary. * Save registers and create stack frame if necessary.
* See stack frame layout desription in "bpf_jit.h"! * See stack frame layout description in "bpf_jit.h"!
*/ */
static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth) static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment