Fix a typo in a comment.
authorZac Medico <zmedico@gentoo.org>
Fri, 15 Oct 2010 10:12:09 +0000 (03:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 15 Oct 2010 10:12:09 +0000 (03:12 -0700)
pym/_emerge/depgraph.py

index adabc97d4008e5e0c7492cb3d1ce4f16fc4d5fe5..a8ea3c1516db187c79ce3b1cf0d13a3cec153870 100644 (file)
@@ -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 \