aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2013-11-28 16:18:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 13:32:37 +0000
commit3afbe58fb79bc204553c7e2a076efb26e3b1ca22 (patch)
treef7d09ec155a5fcd5fb24c52354293435eccec50a
parent67162438ee9c402b23c32853af9d313949eb6e4a (diff)
downloadopenembedded-core-3afbe58fb79bc204553c7e2a076efb26e3b1ca22.tar.gz
local.conf.sample: Fix typo
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 45de339c25..e9551b58f9 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -101,9 +101,9 @@ PACKAGE_CLASSES ?= "package_ipk"
#
# SDK/ADT target architecture
#
-# This variable specified the architecture to build SDK/ADT items for and means
+# This variable specifies the architecture to build SDK/ADT items for and means
# you can build the SDK packages for architectures other than the machine you are
-# running the build on (i.e. building i686 packages on an x86_64 host._
+# running the build on (i.e. building i686 packages on an x86_64 host).
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"