!1275 [#172] Fix: gramatical error in comment.

Merge pull request !1275 from i-robot/pull173
This commit is contained in:
i-robot 2021-12-08 01:08:12 +00:00 committed by Gitee
commit c3e23e9980
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class MultilevelSplitQueue
* Presto attempts to give each level a target amount of scheduled time, which is configurable
* using levelTimeMultiplier.
* <p>
* This function selects the level that has the the lowest ratio of actual to the target time
* This function selects the level that has the lowest ratio of actual to the target time
* with the objective of minimizing deviation from the target scheduled time. From this level,
* we pick the split with the lowest priority.
*/