OSDN Git Service

libbpf: fix typos in Makefile
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 22 Jul 2023 06:52:36 +0000 (23:52 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 2 Aug 2023 20:58:51 +0000 (13:58 -0700)
Capitalize ABI (acronym) and fix spelling of "destination".

Fixes: 706819495921 ("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>
tools/lib/bpf/Makefile

index cf7f02c..4be7144 100644 (file)
@@ -293,11 +293,11 @@ help:
        @echo '  HINT: use "V=1" to enable verbose build'
        @echo '  all     - build libraries and pkgconfig'
        @echo '  clean   - remove all generated files'
-       @echo '  check   - check abi and version info'
+       @echo '  check   - check ABI and version info'
        @echo ''
        @echo 'libbpf install targets:'
        @echo '  HINT: use "prefix"(defaults to "/usr/local") or "DESTDIR" (defaults to "/")'
-       @echo '        to adjust target desitantion, e.g. "make prefix=/usr/local install"'
+       @echo '        to adjust target destination, e.g. "make prefix=/usr/local install"'
        @echo '  install          - build and install all headers, libraries and pkgconfig'
        @echo '  install_headers  - install only headers to include/bpf'
        @echo ''