From: Andre McCurdy Date: Tue, 29 May 2018 21:29:48 +0000 (-0700) Subject: bitbake.conf: fix minor typo in comments X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17789 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcf5a6a8eb43c2832928e825566f951705e5529;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: fix minor typo in comments Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fab3dcccba1..3f63a250251 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -93,7 +93,7 @@ VOLATILE_LOG_DIR ?= "yes" # Architecture-dependent build variables. ################################################################## -# Immediate expansion since there is no point in reapeatedly calling +# Immediate expansion since there is no point in repeatedly calling # os.uname() throughout parsing BUILD_ARCH := "${@os.uname()[4]}" BUILD_OS := "${@os.uname()[0].lower()}"