Skip to content

Commit 94e38c9

Browse files
rddunlapAlexei Starovoitov
authored andcommitted
libbpf: fix typos in Makefile
Capitalize ABI (acronym) and fix spelling of "destination". Fixes: 7068194 ("libbpf: Improve usability of libbpf Makefile") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Andrii Nakryiko <andrii@kernel.org> Cc: bpf@vger.kernel.org Cc: Xin Liu <liuxin350@huawei.com> Link: https://lore.kernel.org/r/20230722065236.17010-1-rdunlap@infradead.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
1 parent d3c4db8 commit 94e38c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/lib/bpf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ help:
293293
@echo ' HINT: use "V=1" to enable verbose build'
294294
@echo ' all - build libraries and pkgconfig'
295295
@echo ' clean - remove all generated files'
296-
@echo ' check - check abi and version info'
296+
@echo ' check - check ABI and version info'
297297
@echo ''
298298
@echo 'libbpf install targets:'
299299
@echo ' HINT: use "prefix"(defaults to "/usr/local") or "DESTDIR" (defaults to "/")'
300-
@echo ' to adjust target desitantion, e.g. "make prefix=/usr/local install"'
300+
@echo ' to adjust target destination, e.g. "make prefix=/usr/local install"'
301301
@echo ' install - build and install all headers, libraries and pkgconfig'
302302
@echo ' install_headers - install only headers to include/bpf'
303303
@echo ''

0 commit comments

Comments
 (0)