Commit 96f341a4 authored by Colin Ian King's avatar Colin Ian King Committed by Martin KaFai Lau

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

There is a spelling mistake in an error message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Acked-by: default avatarQuentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/r/20221026081645.3186878-1-colin.i.king@gmail.comSigned-off-by: default avatarMartin KaFai Lau <martin.lau@kernel.org>
parent d96d4276
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment