summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2fed6d67f50f..d208105919ed 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;
}