summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 08:29:02 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 08:29:02 +0000
commit27443b055deeab8d0616e908c794462f5025950a (patch)
treec18ccd9ba366a9d341353588da91ba3f5b23ad0e
parentMake the greedy slot atom code from bug #150361 look ahead for conflicts (diff)
downloadportage-multirepo-27443b055deeab8d0616e908c794462f5025950a.tar.gz
portage-multirepo-27443b055deeab8d0616e908c794462f5025950a.tar.bz2
portage-multirepo-27443b055deeab8d0616e908c794462f5025950a.zip
Fix comment about the greedy slots code. (trunk r12429)
svn path=/main/branches/2.1.6/; revision=12481
-rw-r--r--pym/_emerge/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 7d645a8a..bdbd3b1c 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -5413,9 +5413,9 @@ class depgraph(object):
# In some cases, the greedy slots behavior can pull in a slot that
# the user would want to uninstall due to it being blocked by a
# newer version in a different slot. Therefore, it's necessary to
- # detect and discard the any that should be uninstalled. Each time
+ # detect and discard any that should be uninstalled. Each time
# that arguments are updated, package selections are repeated in
- # ensure consistency with the current arguments:
+ # order to ensure consistency with the current arguments:
#
# 1) Initialize args
# 2) Select packages and generate initial greedy atoms