From afcf5a6a8eb43c2832928e825566f951705e5529 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 29 May 2018 14:29:48 -0700 Subject: [PATCH] bitbake.conf: fix minor typo in comments Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fab3dcccba..3f63a25025 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()}" -- 2.40.1