]> code.ossystems Code Review - openembedded-core.git/commitdiff
runqueue: fix typo in documentation of calculate_task_weights
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Dec 2010 15:41:32 +0000 (16:41 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:53 +0000 (14:46 +0000)
(Bitbake rev: 5cde120003af97a5cf5c6eff2a02bb1480f9414b)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/runqueue.py

index 1475b51c03b088ee886febb56dfa898b2794764c..2022749c815a2cfb869dd07ac7b8e3e13fae8fc6 100644 (file)
@@ -330,7 +330,7 @@ class RunQueueData:
         Calculate a number representing the "weight" of each task. Heavier weighted tasks
         have more dependencies and hence should be executed sooner for maximum speed.
 
-        This function also sanity checks the task list finding tasks that its not
+        This function also sanity checks the task list finding tasks that are not
         possible to execute due to circular dependencies.
         """