From aa51d032b1d0dee8918f508e4c4f1777d3ad3c15 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 17 Mar 2011 14:00:27 -0600 Subject: documentation/kernel-manual/kernel-how-to.xml: Spell checked Performed a spell check and found a couple items. (From OE-Core rev: 45039d008519c13f97d9b195bba4505b3865b5ea) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-how-to.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 3ca17465c4..79c8526705 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -475,7 +475,7 @@ repository. You can use many other comparisons to isolate BSP changes. For example, you can compare against kernel.org tags (e.g. v2.6.27.18, etc), or - you can compare agains subsystems (e.g. git whatchanged mm). + you can compare against subsystems (e.g. git whatchanged mm). @@ -600,7 +600,7 @@ repository. Distributed development with git is possible when you use a universally agreed-upon unique commit identifier (set by the creator of the commit) that maps to a - specific changeset with a specific parent. + specific change set with a specific parent. This identifier is created for you when you create a commit, and is re-created when you amend, alter or re-apply a commit. @@ -1059,7 +1059,7 @@ That's it. Configure and build. (linux-yocto is the kernel listed in meta-emenlow/conf/machine/emenlow.conf). Add a new entry in the build/conf/bblayers.conf - so the new layer can be found by Bitbake. + so the new layer can be found by BitBake. -- cgit v1.2.3-54-g00ecf