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 /bitbake/lib/bb/runqueue.py | |
parent | 4d4d1355d0b2094712b7fc86a984b821efa3cbb9 (diff) | |
download | poky-1949d4f5e82c5f6605d0da2cf663f4ee400b37b5.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-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: | |||
330 | Calculate a number representing the "weight" of each task. Heavier weighted tasks | 330 | Calculate a number representing the "weight" of each task. Heavier weighted tasks |
331 | have more dependencies and hence should be executed sooner for maximum speed. | 331 | have more dependencies and hence should be executed sooner for maximum speed. |
332 | 332 | ||
333 | This function also sanity checks the task list finding tasks that its not | 333 | This function also sanity checks the task list finding tasks that are not |
334 | possible to execute due to circular dependencies. | 334 | possible to execute due to circular dependencies. |
335 | """ | 335 | """ |
336 | 336 | ||