Skip to content

Commit

Permalink
libbpf: Fix spelling mistake "libaries" -> "libraries"
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
ColinIanKing authored and anakryiko committed Apr 6, 2022
1 parent 958ddfd commit a8d600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/bpf/usdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a8d600f

Please sign in to comment.