summaryrefslogtreecommitdiffstats
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:47 -0700
commita2a73efe3b9698db8bb03eb45de466a1e8c65ba4 (patch)
treee46c54f78abbe354afc0dd9d48fdd45cdff3ec7a
parent1be673c17b361c0d40a868abfdb0d667da2db609 (diff)
downloadportage-a2a73efe3b9698db8bb03eb45de466a1e8c65ba4.tar.gz
portage-a2a73efe3b9698db8bb03eb45de466a1e8c65ba4.tar.bz2
portage-a2a73efe3b9698db8bb03eb45de466a1e8c65ba4.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 5a7a98393..38d2d4029 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -4259,7 +4259,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 \