Skip to content

Commit eb94225

Browse files
ColinIanKingnamhyung
authored andcommitted
perf test: Fix spelling mistake "curent" -> "current"
There is a spelling mistake in a pr_debug message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Adrian Hunter <[email protected]> Cc: [email protected] Signed-off-by: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8680999 commit eb94225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/tests/symbols.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static int create_map(struct test_info *ti, char *filename, struct map **map_p)
8585
*map_p = find_module_map(ti->machine, dso);
8686
dso__put(dso);
8787
if (!*map_p) {
88-
pr_debug("Failed to find map for curent kernel module %s",
88+
pr_debug("Failed to find map for current kernel module %s",
8989
filename);
9090
return TEST_FAIL;
9191
}

0 commit comments

Comments
 (0)