We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f325c commit d8dc09aCopy full SHA for d8dc09a
arch/arm/net/bpf_jit_32.c
@@ -1864,7 +1864,7 @@ static int build_body(struct jit_ctx *ctx)
1864
if (ctx->target == NULL)
1865
ctx->offsets[i] = ctx->idx;
1866
1867
- /* If unsuccesfull, return with error code */
+ /* If unsuccesful, return with error code */
1868
if (ret)
1869
return ret;
1870
}
@@ -1973,7 +1973,7 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog)
1973
* for jit, although it can decrease the size of the image.
1974
*
1975
* As each arm instruction is of length 32bit, we are translating
1976
- * number of JITed intructions into the size required to store these
+ * number of JITed instructions into the size required to store these
1977
* JITed code.
1978
*/
1979
image_size = sizeof(u32) * ctx.idx;
0 commit comments