summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 14:53:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:20 +0100
commit77e10791c3e22e141281ba1a19aabbfcc295d22d (patch)
treebc9092a57237885360ebcc3e206f1fe523ea6ead /documentation
parent6f2e173048a7d658af1ef5b8fcd156fc311e66ef (diff)
downloadast2050-yocto-poky-77e10791c3e22e141281ba1a19aabbfcc295d22d.zip
ast2050-yocto-poky-77e10791c3e22e141281ba1a19aabbfcc295d22d.tar.gz
kernel-dev: Spell checked the files and fixed appropriately.
(From yocto-docs rev: 0b9510d009f6437179c3848fc14c94af07ab99e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml4
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 144ff0c..2626f69 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -30,7 +30,7 @@
This Metadata defines Board Support Packages (BSPs) that
correspond to definitions in linux-yocto recipes for the same BSPs.
A BSP consists of an aggregation of kernel policy and hardware-specific
- feature enablement.
+ feature enablements.
The BSP can be influenced from within the linux-yocto recipe.
<note>
Linux kernel source that contains kernel Metadata is said to be
@@ -787,7 +787,7 @@
</literallayout>
The <filename>include</filename> command midway through the file
includes the <filename>fri2.scc</filename> description that
- defines all hardware enablement for the BSP that is common to all
+ defines all hardware enablements for the BSP that is common to all
kernel types.
Using this command significantly reduces duplication.
</para>
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index b3221a6..6c2884c 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -371,7 +371,7 @@
WARNING: There were 2 hardware options requested that do not
have a corresponding value present in the final ".config" file.
- This probably means you aren't getting the config you wanted.
+ This probably means you are not't getting the config you wanted.
The full list can be found in your kernel src dir at:
meta/cfg/standard/mybsp/mismatch.cfg
</literallayout>
@@ -725,7 +725,7 @@
"What changes have been applied to this tree?"
Rather than using "grep" across directories to see what has
changed, you can use Git to inspect or search the kernel tree.
- Using Git is an efficent way to see what has changed in the tree.
+ Using Git is an efficient way to see what has changed in the tree.
</para>
<section id='what-changed-in-a-kernel'>
@@ -766,7 +766,7 @@
</para>
<para>
- To see short, oneline summaries of changes use the
+ To see short, one line summaries of changes use the
<filename>git log</filename> command:
<literallayout class='monospaced'>
$ git log --oneline origin/standard/base..origin/standard/emenlow
OpenPOWER on IntegriCloud