diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-12-22 16:41:32 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-04 14:46:53 +0000 |
commit | 1949d4f5e82c5f6605d0da2cf663f4ee400b37b5 (patch) | |
tree | 68ceb509431593b15d88f67f9248a2a4fde604a2 | |
parent | 4d4d1355d0b2094712b7fc86a984b821efa3cbb9 (diff) | |
download | openembedded-core-1949d4f5e82c5f6605d0da2cf663f4ee400b37b5.tar.gz openembedded-core-1949d4f5e82c5f6605d0da2cf663f4ee400b37b5.tar.bz2 openembedded-core-1949d4f5e82c5f6605d0da2cf663f4ee400b37b5.zip |
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>
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |