From 82603e589a135c67fc54a3be60129e188027670c Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 5 Aug 2025 14:37:40 +0200 Subject: [PATCH] libcpumf: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Thomas Richter Reviewed-by: Thomas Richter Signed-off-by: Jan Polensky Signed-off-by: Jan Höppner --- include/lib/libcpumf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/libcpumf.h b/include/lib/libcpumf.h index 33a1f832..6836435f 100644 --- a/include/lib/libcpumf.h +++ b/include/lib/libcpumf.h @@ -115,7 +115,7 @@ bool libcpumf_have_cpumcf(void); * * @param[out] min Minimum supported sampling interval * @param[out] max Maximum supported sampling interval - * @param[out] speed Current CPU speed, number of CPU cylces per + * @param[out] speed Current CPU speed, number of CPU cycles per * microsecond * @param[out] basic_sz Basic sample size in bytes * @param[out] diag_sz Diagnostic sample size in bytes