From: Bernhard Reutner-Fischer Date: Wed, 22 Dec 2010 15:41:32 +0000 (+0100) Subject: runqueue: fix typo in documentation of calculate_task_weights X-Git-Tag: 2011-1~3052 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1949d4f5e82c5f6605d0da2cf663f4ee400b37b5;p=openembedded-core.git runqueue: fix typo in documentation of calculate_task_weights (Bitbake rev: 5cde120003af97a5cf5c6eff2a02bb1480f9414b) Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 1475b51c03..2022749c81 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -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. """