summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 14:46:30 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 08:01:18 -0700
commit4ba1991c77e8444d8c0ac7e32709ac858b36bf98 (patch)
treefc9e8858183d08c68bfe28a86d58e35ffd8a723a /documentation
parent3e56fd15e65eda6575f01929046df963711f2909 (diff)
downloadpoky-4ba1991c77e8444d8c0ac7e32709ac858b36bf98.tar.gz
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. (From OE-Core rev: 6d04a9ff381b7771b6f080928d4416b76e76cbb0) 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/poky-ref-manual/ref-bitbake.xml2
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 8076066f30..88481908ca 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -125,7 +125,7 @@
125 125
126 <para> 126 <para>
127 Sometimes a target might have multiple providers. 127 Sometimes a target might have multiple providers.
128 An common example is "virtual/kernel", which is provided by each kernel package. 128 A common example is "virtual/kernel", which is provided by each kernel package.
129 Each machine often elects the best kernel provider by using a line similar to the 129 Each machine often elects the best kernel provider by using a line similar to the
130 following in the machine configuration file: 130 following in the machine configuration file:
131 </para> 131 </para>