diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 14:52:55 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 07:59:54 -0700 |
commit | 7cbd6bb020e16ceb1894a408852648a915f193f3 (patch) | |
tree | 0d822eb9047c258753a31512db2b1624cd9af60f /documentation | |
parent | 6d04a9ff381b7771b6f080928d4416b76e76cbb0 (diff) | |
download | openembedded-core-7cbd6bb020e16ceb1894a408852648a915f193f3.tar.gz openembedded-core-7cbd6bb020e16ceb1894a408852648a915f193f3.tar.bz2 openembedded-core-7cbd6bb020e16ceb1894a408852648a915f193f3.zip |
documentation/poky-ref-manual/ref-bitbake.xml: type fixed
Section B.4 (The Task List) had the typo "taksks". Changed to
"tasks."
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-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 88481908ca..4bea1e42da 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -195,7 +195,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" The build now starts with BitBake forking off threads up to the limit set in the <glossterm><link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link></glossterm> variable. BitBake continues to fork threads as long as there are tasks ready to run, - those taksks have all their dependencies met, and the thread threshold has not been + those tasks have all their dependencies met, and the thread threshold has not been exceeded. </para> |