From: Zac Medico Date: Fri, 15 Oct 2010 10:12:09 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.2_rc97~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46a396846514dfbaaeda2429e722217740cca4b3;p=portage.git Fix a typo in a comment. --- 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 \