libbpf: Fix spelling mistake "libaries" -> "libraries"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 6 Apr 2022 08:08:35 +0000 (09:08 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 6 Apr 2022 17:14:27 +0000 (10:14 -0700)
There is a spelling mistake in a pr_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220406080835.14879-1-colin.i.king@gmail.com
tools/lib/bpf/usdt.c

index 1bce2ea..c5acf28 100644 (file)
@@ -687,7 +687,7 @@ static int collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *
                         * to shared libraries with no PID filter.
                         */
                        if (pid < 0) {
-                               pr_warn("usdt: attaching to shared libaries without specific PID is not supported on current kernel\n");
+                               pr_warn("usdt: attaching to shared libraries without specific PID is not supported on current kernel\n");
                                err = -ENOTSUP;
                                goto err_out;
                        }