projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96d427
)
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 26 Oct 2022 08:16:45 +0000
(09:16 +0100)
committer
Martin KaFai Lau
<martin.lau@kernel.org>
Thu, 27 Oct 2022 01:20:22 +0000
(18:20 -0700)
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>
tools/bpf/bpftool/jit_disasm.c
patch
|
blob
|
history
diff --git
a/tools/bpf/bpftool/jit_disasm.c
b/tools/bpf/bpftool/jit_disasm.c
index 58a5017034a2c8de7414ea53a56fe920da4ed95a..7b8d9ec89ebd3551fb2f8f77acd87371bfc3cdac 100644
(file)
--- 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 disas
s
embler (get_exec_path)");
return -1;
}