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>
This commit is contained in:
parent
49f67f393f
commit
07dcbd7325
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue