[oe-commits] Yi Zhao : local.conf.sample: Fix typo

git at git.openembedded.org git at git.openembedded.org
Fri Nov 29 13:32:42 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 3afbe58fb79bc204553c7e2a076efb26e3b1ca22
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3afbe58fb79bc204553c7e2a076efb26e3b1ca22

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Thu Nov 28 16:18:52 2013 +0800

local.conf.sample: Fix typo

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 45de339..e9551b5 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"
 



More information about the Openembedded-commits mailing list