Commit eb94225e authored by Colin Ian King's avatar Colin Ian King Committed by Namhyung Kim
Browse files

perf test: Fix spelling mistake "curent" -> "current"



There is a spelling mistake in a pr_debug message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Cc: kernel-janitors@vger.kernel.org
Signed-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240226105326.3944887-1-colin.i.king@gmail.com
parent 8680999d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}