Fix a typo.
authorZac Medico <zmedico@gentoo.org>
Thu, 6 Sep 2007 01:33:01 +0000 (01:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 6 Sep 2007 01:33:01 +0000 (01:33 -0000)
svn path=/main/trunk/; revision=7729

pym/emerge/__init__.py

index 2550da4c432f935c6d5465336b9048c649950e26..01a1a0ebcdecbda7fdde09eccef10fcba6c397ea 100644 (file)
@@ -2263,7 +2263,7 @@ class depgraph(object):
                # 2           False         False
                # 3           False         True
                #
-               # If no nodes are selected on the 4th iteration, it is due to
+               # If no nodes are selected on the 3rd iteration, it is due to
                # unresolved blockers or circular dependencies.
 
                while not mygraph.empty():