Fix comment about the greedy slots code.
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 05:11:24 +0000 (05:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Jan 2009 05:11:24 +0000 (05:11 -0000)
svn path=/main/trunk/; revision=12429

pym/_emerge/__init__.py

index 1aa104c1933530a36e40c0b60cfc9bba54e357b4..e1f1f35e368fd0456e35322103e2f3a7dc6cd1cc 100644 (file)
@@ -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