]> code.ossystems Code Review - openembedded-core.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:32:37 +0000 (13:32 +0000)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 45de339c252f355efa29fa484c75e3a29292846c..e9551b58f9b4e9dda8533bba3c14867c09ce5d8a 100644 (file)
@@ -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"