aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-12-22 16:41:32 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-12-22 16:41:32 +0100
commit5cde120003af97a5cf5c6eff2a02bb1480f9414b (patch)
treef18e992e0a12685ef2a4989d2ea477db5934a897
parent9175024d1ace0e18233392532cd9ca66059d5f95 (diff)
downloadbitbake-5cde120003af97a5cf5c6eff2a02bb1480f9414b.tar.gz
runqueue: fix typo in documentation of calculate_task_weights
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index aa2ae700a..61849c302 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -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.
"""