diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2023-01-28 01:06:45 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2023-01-28 12:45:15 -0800 |
commit | 07dcbd7325cee92d5798536f417b9b1da497f9da (patch) | |
tree | 4ff6175c8c2a96057bde90364d753ea77c4d38e7 /arch/s390/net | |
parent | 49f67f393ff264e8d83f6fcec0728a6aa8eed102 (diff) | |
download | linux-07dcbd7325cee92d5798536f417b9b1da497f9da.tar.gz linux-07dcbd7325cee92d5798536f417b9b1da497f9da.tar.bz2 linux-07dcbd7325cee92d5798536f417b9b1da497f9da.zip |
s390/bpf: Fix a typo in a comment
"desription" should be "description".
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20230128000650.1516334-27-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'arch/s390/net')
-rw-r--r-- | arch/s390/net/bpf_jit_comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c index af35052d06ed..eb1a78c0e6a8 100644 --- a/arch/s390/net/bpf_jit_comp.c +++ b/arch/s390/net/bpf_jit_comp.c @@ -510,7 +510,7 @@ static void bpf_skip(struct bpf_jit *jit, int size) * Emit function prologue * * 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) { |