]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Fix typo
authorYi Zhao <yi.zhao@windriver.com>
Thu, 28 Nov 2013 08:18:52 +0000 (16:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 13:31:58 +0000 (13:31 +0000)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/local.conf.sample

index e61cbb462e6ab6329d1dc3a54a33eda6b71bed31..a9f03b1b0f4fcb77e3247953147196ba47531487 100644 (file)
@@ -124,9 +124,9 @@ PACKAGE_CLASSES ?= "package_rpm"
 #
 # 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"