]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/poky-ref-manual/ref-bitbake.xml: type fixed
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 4 Apr 2011 19:52:55 +0000 (14:52 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Apr 2011 14:59:54 +0000 (07:59 -0700)
Section B.4 (The Task List) had the typo "taksks".  Changed to
"tasks."

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/poky-ref-manual/ref-bitbake.xml

index 88481908caa23fe326e34b7be3f4feae6848318e..4bea1e42dabba40b509379a4086f221a82886369 100644 (file)
@@ -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>