runqueue: fix typo in documentation of calculate_task_weights

(Bitbake rev: 5cde120003af97a5cf5c6eff2a02bb1480f9414b)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Bernhard Reutner-Fischer 2010-12-22 16:41:32 +01:00 committed by Richard Purdie
parent 4d4d1355d0
commit 1949d4f5e8
1 changed files with 1 additions and 1 deletions

View 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.
"""