Skip to content

Commit a8d600f

Browse files
ColinIanKinganakryiko
authored andcommitted
libbpf: Fix spelling mistake "libaries" -> "libraries"
There is a spelling mistake in a pr_warn message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 958ddfd commit a8d600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/bpf/usdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ static int collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *
687687
* to shared libraries with no PID filter.
688688
*/
689689
if (pid < 0) {
690-
pr_warn("usdt: attaching to shared libaries without specific PID is not supported on current kernel\n");
690+
pr_warn("usdt: attaching to shared libraries without specific PID is not supported on current kernel\n");
691691
err = -ENOTSUP;
692692
goto err_out;
693693
}

0 commit comments

Comments
 (0)