aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-26 10:53:26 +0000
committerNamhyung Kim <namhyung@kernel.org>2024-02-26 21:41:27 -0800
commiteb94225eb469a163280a6cf939fe0e5ea708fd29 (patch)
tree99163ce61b5a067b2896d91f02883bfa847c06e6 /tools/perf
parent8680999dbe5735a68feae396dcfc486e18679f2e (diff)
downloadlinux-eb94225eb469a163280a6cf939fe0e5ea708fd29.tar.gz
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
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/tests/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/symbols.c b/tools/perf/tests/symbols.c
index 2fed6d67f50f3..d208105919ed3 100644
--- a/tools/perf/tests/symbols.c
+++ b/tools/perf/tests/symbols.c
@@ -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;
}