bpftool: Fix spelling mistake "disasembler" -> "disassembler"

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/r/20221026081645.3186878-1-colin.i.king@gmail.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
This commit is contained in:
Colin Ian King 2022-10-26 09:16:45 +01:00 committed by Martin KaFai Lau
parent d96d4276ea
commit 96f341a475

View file

@ -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;
}