mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 16:19:06 +08:00
libbpf: Fix spelling mistake "libaries" -> "libraries"
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
This commit is contained in:
committed by
Andrii Nakryiko
parent
5810af7446
commit
2b674f2b21
@@ -687,7 +687,7 @@ static int collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *
|
|||||||
* to shared libraries with no PID filter.
|
* to shared libraries with no PID filter.
|
||||||
*/
|
*/
|
||||||
if (pid < 0) {
|
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;
|
err = -ENOTSUP;
|
||||||
goto err_out;
|
goto err_out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user