summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/depgraph.py')
-rw-r--r--pym/_emerge/depgraph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index a8ea3c151..d05272f4f 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -4301,7 +4301,7 @@ class depgraph(object):
if min_parent_deps is not None and \
len(parent_deps) >= min_parent_deps:
# This task is no better than a previously selected
- # task, so abort search now in order avoid wasting
+ # task, so abort search now in order to avoid wasting
# any more cpu time on this task. This increases
# performance dramatically in cases when there are
# hundreds of blockers to solve, like when
@@ -4323,7 +4323,7 @@ class depgraph(object):
if uninst_task is not None and min_parent_deps == 1:
# This is the best possible result, so so abort search
- # now in order avoid wasting any more cpu time.
+ # now in order to avoid wasting any more cpu time.
break
if uninst_task is not None: