summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-15 03:12:09 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-15 03:12:09 -0700
commit46a396846514dfbaaeda2429e722217740cca4b3 (patch)
tree30c87c99080dbb32ad195f9f4b526a6e90532538
parentUseReduceTestCase: Show whole string in exception (diff)
downloadportage-46a396846514dfbaaeda2429e722217740cca4b3.tar.gz
portage-46a396846514dfbaaeda2429e722217740cca4b3.tar.bz2
portage-46a396846514dfbaaeda2429e722217740cca4b3.zip
Fix a typo in a comment.
-rw-r--r--pym/_emerge/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index adabc97d4..a8ea3c151 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -4305,7 +4305,7 @@ class depgraph(object):
# any more cpu time on this task. This increases
# performance dramatically in cases when there are
# hundreds of blockers to solve, like when
- # when upgrading to a new slot of kde-meta.
+ # upgrading to a new slot of kde-meta.
mergeable_parent = None
break
if parent in mergeable_nodes and \