From: Leon Anavi Date: Mon, 16 Dec 2024 19:33:42 +0000 (+0200) Subject: perf: Fix a minor typo X-Git-Tag: yocto-5.2~993 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1f2df5616e9a14d1d6f2c993de8cc6204aea41f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: Fix a minor typo Fix a minor typo in a comment by replacing "nsures" with ensures. Signed-off-by: Leon Anavi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 9cd6148a1db..c4b32575699 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}"