Skip to content

Commit 17d4666

Browse files
Colin Ian Kingacmel
authored andcommitted
perf test 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: 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 dd6fa4e commit 17d4666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/tests/bpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static int do_test(struct bpf_object *obj, int (*func)(void),
125125
/* Instead of perf_evlist__new_default, don't add default events */
126126
evlist = perf_evlist__new();
127127
if (!evlist) {
128-
pr_debug("No ehough memory to create evlist\n");
128+
pr_debug("No enough memory to create evlist\n");
129129
return TEST_FAIL;
130130
}
131131

0 commit comments

Comments
 (0)