Skip to content

Commit c77ce22

Browse files
Colin Ian Kingacmel
authored andcommitted
perf bpf: Fix typo: "ehough" -> "enough"
Trivial typo fix in pr_debug message Signed-off-by: Colin King <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Alexei Starovoitov <[email protected]> Cc: He Kuang <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 17d4666 commit c77ce22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/bpf-loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ static int map_prologue(struct perf_probe_event *pev, int *mapping,
531531

532532
ptevs = malloc(array_sz);
533533
if (!ptevs) {
534-
pr_debug("No ehough memory: alloc ptevs failed\n");
534+
pr_debug("No enough memory: alloc ptevs failed\n");
535535
return -ENOMEM;
536536
}
537537

0 commit comments

Comments
 (0)