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:20 +0100 |
| commit | 77e10791c3e22e141281ba1a19aabbfcc295d22d (patch) | |
| tree | bc9092a57237885360ebcc3e206f1fe523ea6ead /documentation/kernel-dev/kernel-dev-common.xml | |
| parent | 6f2e173048a7d658af1ef5b8fcd156fc311e66ef (diff) | |
| download | 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/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 |
