diff options
-rw-r--r-- | tools/bpf/bpftool/jit_disasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpftool/jit_disasm.c b/tools/bpf/bpftool/jit_disasm.c index 58a5017034a2..7b8d9ec89ebd 100644 --- a/tools/bpf/bpftool/jit_disasm.c +++ b/tools/bpf/bpftool/jit_disasm.c @@ -223,7 +223,7 @@ static int init_context(disasm_ctx_t *ctx, const char *arch, memset(tpath, 0, sizeof(tpath)); if (get_exec_path(tpath, sizeof(tpath))) { - p_err("failed to create disasembler (get_exec_path)"); + p_err("failed to create disassembler (get_exec_path)"); return -1; } |