Skip to content

Commit 07dcbd7

Browse files
iii-iAlexei Starovoitov
authored andcommitted
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>
1 parent 49f67f3 commit 07dcbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/net/bpf_jit_comp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ static void bpf_skip(struct bpf_jit *jit, int size)
510510
* Emit function prologue
511511
*
512512
* Save registers and create stack frame if necessary.
513-
* See stack frame layout desription in "bpf_jit.h"!
513+
* See stack frame layout description in "bpf_jit.h"!
514514
*/
515515
static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth)
516516
{

0 commit comments

Comments
 (0)