mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-05 03:44:03 +08:00
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:
parent
d96d4276ea
commit
96f341a475
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user