Commit 0142dddc authored by Chris Packham's avatar Chris Packham Committed by Alexei Starovoitov
Browse files

bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run

parent 93581359
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1543,7 +1543,7 @@ select_insn:


		/* ARG1 at this point is guaranteed to point to CTX from
		/* ARG1 at this point is guaranteed to point to CTX from
		 * the verifier side due to the fact that the tail call is
		 * the verifier side due to the fact that the tail call is
		 * handeled like a helper, that is, bpf_tail_call_proto,
		 * handled like a helper, that is, bpf_tail_call_proto,
		 * where arg1_type is ARG_PTR_TO_CTX.
		 * where arg1_type is ARG_PTR_TO_CTX.
		 */
		 */
		insn = prog->insnsi;
		insn = prog->insnsi;