perf test: Fix spelling mistake "curent" -> "current"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 26 Feb 2024 10:53:26 +0000 (10:53 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 27 Feb 2024 05:41:27 +0000 (21:41 -0800)
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
tools/perf/tests/symbols.c

index 2fed6d67f50f375200ed4f9b183015dd3bdd3a3f..d208105919ed3821aa304a38af15b4a43de9fdf2 100644 (file)
@@ -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;
                }