Skip to content

Commit

Permalink
perf test: Fix spelling mistake "curent" -> "current"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a pr_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: kernel-janitors@vger.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240226105326.3944887-1-colin.i.king@gmail.com
  • Loading branch information
Colin Ian King authored and Namhyung Kim committed Feb 27, 2024
1 parent 8680999 commit eb94225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/tests/symbols.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static int create_map(struct test_info *ti, char *filename, struct map **map_p)
*map_p = find_module_map(ti->machine, dso);
dso__put(dso);
if (!*map_p) {
pr_debug("Failed to find map for curent kernel module %s",
pr_debug("Failed to find map for current kernel module %s",
filename);
return TEST_FAIL;
}
Expand Down

0 comments on commit eb94225

Please sign in to comment.