[PATCH][next] perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"

Colin Ian King posted 1 patch 7 months, 1 week ago
tools/perf/arch/x86/tests/amd-ibs-period.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"
Posted by Colin Ian King 7 months, 1 week ago
There is a spelling mistake ina pr_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/arch/x86/tests/amd-ibs-period.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/arch/x86/tests/amd-ibs-period.c b/tools/perf/arch/x86/tests/amd-ibs-period.c
index a198434da9b5..7c77d86f369d 100644
--- a/tools/perf/arch/x86/tests/amd-ibs-period.c
+++ b/tools/perf/arch/x86/tests/amd-ibs-period.c
@@ -896,7 +896,7 @@ static unsigned int get_perf_event_max_sample_rate(void)
 
 	fp = fopen("/proc/sys/kernel/perf_event_max_sample_rate", "r");
 	if (!fp) {
-		pr_debug("Can't open perf_event_max_sample_rate. Asssuming %d\n",
+		pr_debug("Can't open perf_event_max_sample_rate. Assuming %d\n",
 			 max_sample_rate);
 		goto out;
 	}
-- 
2.49.0