diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 14:53:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:35 +0100 |
commit | 709ea3e270a0a961e1bd182826a2ce34f8bb231b (patch) | |
tree | b331a46a099d251a0c82fb102e2f1b498094184a /documentation/kernel-dev/kernel-dev-common.xml | |
parent | d8eb848db8f75ac0b91e1fe780aacc947744fe97 (diff) | |
download | poky-709ea3e270a0a961e1bd182826a2ce34f8bb231b.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/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index b3221a677f..6c2884c576 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -371,7 +371,7 @@ | |||
371 | 371 | ||
372 | WARNING: There were 2 hardware options requested that do not | 372 | WARNING: There were 2 hardware options requested that do not |
373 | have a corresponding value present in the final ".config" file. | 373 | have a corresponding value present in the final ".config" file. |
374 | This probably means you aren't getting the config you wanted. | 374 | This probably means you are not't getting the config you wanted. |
375 | The full list can be found in your kernel src dir at: | 375 | The full list can be found in your kernel src dir at: |
376 | meta/cfg/standard/mybsp/mismatch.cfg | 376 | meta/cfg/standard/mybsp/mismatch.cfg |
377 | </literallayout> | 377 | </literallayout> |
@@ -725,7 +725,7 @@ | |||
725 | "What changes have been applied to this tree?" | 725 | "What changes have been applied to this tree?" |
726 | Rather than using "grep" across directories to see what has | 726 | Rather than using "grep" across directories to see what has |
727 | changed, you can use Git to inspect or search the kernel tree. | 727 | changed, you can use Git to inspect or search the kernel tree. |
728 | Using Git is an efficent way to see what has changed in the tree. | 728 | Using Git is an efficient way to see what has changed in the tree. |
729 | </para> | 729 | </para> |
730 | 730 | ||
731 | <section id='what-changed-in-a-kernel'> | 731 | <section id='what-changed-in-a-kernel'> |
@@ -766,7 +766,7 @@ | |||
766 | </para> | 766 | </para> |
767 | 767 | ||
768 | <para> | 768 | <para> |
769 | To see short, oneline summaries of changes use the | 769 | To see short, one line summaries of changes use the |
770 | <filename>git log</filename> command: | 770 | <filename>git log</filename> command: |
771 | <literallayout class='monospaced'> | 771 | <literallayout class='monospaced'> |
772 | $ git log --oneline origin/standard/base..origin/standard/emenlow | 772 | $ git log --oneline origin/standard/base..origin/standard/emenlow |