[oe-commits] Robert P. J. Day : kernel-yocto.bbclass: Fix some obvious typoes in comments.

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 10:44:07 UTC 2012


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

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Fri Jul 20 11:19:23 2012 -0400

kernel-yocto.bbclass: Fix some obvious typoes in comments.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/kernel-yocto.bbclass |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index d914b11..1e08faa 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -147,10 +147,10 @@ do_kernel_checkout() {
 		fi
 	done
 
-	# Create a working tree copy of the kernel by checkout out a branch
+	# Create a working tree copy of the kernel by checking out a branch
 	git show-ref --quiet --verify -- "refs/heads/${KBRANCH}"
 	if [ $? -eq 0 ]; then
-		# checkout and clobber and unimportant files
+		# checkout and clobber any unimportant files
 		git checkout -f ${KBRANCH}
 	else
 		echo "Not checking out ${KBRANCH}, it will be created later"
@@ -200,7 +200,7 @@ python do_kernel_configcheck() {
 }
 
 
-# Ensure that the branches (BSP and meta) are on the locatios specified by
+# Ensure that the branches (BSP and meta) are on the locations specified by
 # their SRCREV values. If they are NOT on the right commits, the branches
 # are reset to the correct commit.
 do_validate_branches() {





More information about the Openembedded-commits mailing list