diff options
author | Muhammad Muzammil <m.muzzammilashraf@gmail.com> | 2023-10-13 10:31:18 +0500 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-10-18 22:27:00 +1100 |
commit | 4b47b0fa4b15e0de916e7dd93cd787fdab208ff2 (patch) | |
tree | c9db4f51c53caac0f3c8897a821721a73ac12e22 | |
parent | 1c7b4bc375c2a235e3dcb53c46111883df838e42 (diff) |
powerpc/bpf: Fixed 'instead' typo in bpf_jit_build_body()
Fixed 'instead' typo.
Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231013053118.11221-1-m.muzzammilashraf@gmail.com
-rw-r--r-- | arch/powerpc/net/bpf_jit_comp32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/net/bpf_jit_comp32.c b/arch/powerpc/net/bpf_jit_comp32.c index 7f91ea064c08..bc7f92ec7f2d 100644 --- a/arch/powerpc/net/bpf_jit_comp32.c +++ b/arch/powerpc/net/bpf_jit_comp32.c @@ -940,7 +940,7 @@ int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, struct codegen_context * * !fp->aux->verifier_zext. Emit NOP otherwise. * * Note that "li reg_h,0" is emitted for BPF_B/H/W case, - * if necessary. So, jump there insted of emitting an + * if necessary. So, jump there instead of emitting an * additional "li reg_h,0" instruction. */ if (size == BPF_DW && !fp->aux->verifier_zext) |