Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/bpf: Fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/bpf/20220521111145.81697-84-Julia.Lawall@inria.fr

authored by

Julia Lawall and committed by
Andrii Nakryiko
ff209597 bb412cf1

+1 -1
+1 -1
arch/s390/net/bpf_jit_comp.c
··· 1809 1809 /* 1810 1810 * Three initial passes: 1811 1811 * - 1/2: Determine clobbered registers 1812 - * - 3: Calculate program size and addrs arrray 1812 + * - 3: Calculate program size and addrs array 1813 1813 */ 1814 1814 for (pass = 1; pass <= 3; pass++) { 1815 1815 if (bpf_jit_prog(&jit, fp, extra_pass, stack_depth)) {