]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
perf: Fix a minor typo
authorLeon Anavi <leon.anavi@konsulko.com>
Mon, 16 Dec 2024 19:33:42 +0000 (21:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Dec 2024 22:38:32 +0000 (22:38 +0000)
Fix a minor typo in a comment by replacing "nsures" with ensures.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf.bb

index 9cd6148a1dbb26ce575ec875d375fcd0089bc900..c4b3257569900e87a7e5beefbbd041448f749638 100644 (file)
@@ -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}"