Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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

authored by

Colin Ian King and committed by
Namhyung Kim
eb94225e 8680999d

+1 -1
+1 -1
tools/perf/tests/symbols.c
··· 85 85 *map_p = find_module_map(ti->machine, dso); 86 86 dso__put(dso); 87 87 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", 89 89 filename); 90 90 return TEST_FAIL; 91 91 }