diff mbox series

perf: Fix a minor typo

Message ID 20241216193342.826152-1-leon.anavi@konsulko.com
State Accepted, archived
Commit c1f2df5616e9a14d1d6f2c993de8cc6204aea41f
Headers show
Series perf: Fix a minor typo | expand

Commit Message

Leon Anavi Dec. 16, 2024, 7:33 p.m. UTC
Fix a minor typo in a comment by replacing "nsures" with ensures.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta/recipes-kernel/perf/perf.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 9cd6148a1d..c4b3257569 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -76,7 +76,7 @@  LDFLAGS="-ldl -lutil"
 # Perf's build system adds its own optimization flags for most TUs,
 # overriding the flags included here. But for some, perf does not add
 # any -O option, so ensure the distro's chosen optimization gets used
-# for those. Also include ${DEBUG_PREFIX_MAP} which nsures perf is
+# for those. Also include ${DEBUG_PREFIX_MAP} which ensures perf is
 # built with appropriate -f*-prefix-map options,
 # avoiding the 'buildpaths' QA warning.
 TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}"