mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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:
committed by
Richard Purdie
parent
4d4d1355d0
commit
1949d4f5e8
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user