diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 14:46:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 07:59:54 -0700 |
commit | 6d04a9ff381b7771b6f080928d4416b76e76cbb0 (patch) | |
tree | c0c137b82f9cf2ddf9894ef3701eeb92bf46d607 /documentation/poky-ref-manual | |
parent | 1b63d69c3c2e4b5561dc59d020b59d875420872f (diff) | |
download | openembedded-core-6d04a9ff381b7771b6f080928d4416b76e76cbb0.tar.gz openembedded-core-6d04a9ff381b7771b6f080928d4416b76e76cbb0.tar.bz2 openembedded-core-6d04a9ff381b7771b6f080928d4416b76e76cbb0.tar.xz openembedded-core-6d04a9ff381b7771b6f080928d4416b76e76cbb0.zip |
documentation/poky-ref-manual/ref-bitbake.xml: Grammar fix
Section B.2 (Preferences and Providers) had a grammar error.
It said "An common example is..." I fixed it.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 8076066f3..88481908c 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -125,7 +125,7 @@ <para> Sometimes a target might have multiple providers. - An common example is "virtual/kernel", which is provided by each kernel package. + A common example is "virtual/kernel", which is provided by each kernel package. Each machine often elects the best kernel provider by using a line similar to the following in the machine configuration file: </para> |