summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 05:11:24 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 05:11:24 +0000
commitc3948d887e216b8afbf999a6f53f974ba4bf82d1 (patch)
tree763290cfa64011fd46e42c9666594c0dad630bf7 /pym
parent12a93af5222190dafc4b503f2c5b659a31b2ac79 (diff)
downloadportage-c3948d887e216b8afbf999a6f53f974ba4bf82d1.tar.gz
portage-c3948d887e216b8afbf999a6f53f974ba4bf82d1.tar.bz2
portage-c3948d887e216b8afbf999a6f53f974ba4bf82d1.zip
Fix comment about the greedy slots code.
svn path=/main/trunk/; revision=12429
Diffstat (limited to 'pym')
-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 1aa104c19..e1f1f35e3 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -5429,9 +5429,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