]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Dec 2010 15:41:32 +0000 (16:41 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
lib/bb/runqueue.py

index aa2ae700afb64957274d788aeefc5374b7006b86..61849c3025f691f3a12c57629788c3ce6a1299ed 100644 (file)
@@ -300,7 +300,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.
         """