projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df0b0f
)
Fix a typo.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 6 Sep 2007 01:33:01 +0000
(
01:33
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index 2550da4c432f935c6d5465336b9048c649950e26..01a1a0ebcdecbda7fdde09eccef10fcba6c397ea 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-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():