projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb34f1
)
Fix a typo in the previous commit.
v2.2.0_alpha47
author
Zac Medico
<zmedico@gentoo.org>
Sun, 24 Jul 2011 02:58:43 +0000
(19:58 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 24 Jul 2011 02:58:43 +0000
(19:58 -0700)
pym/portage/util/_dyn_libs/LinkageMapELF.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/_dyn_libs/LinkageMapELF.py
b/pym/portage/util/_dyn_libs/LinkageMapELF.py
index cf8def34b97de67ad1b1eaedd9ee6e32bbc6bce8..52670d98dd9552cd6bb6161c07860fb970c1e62d 100644
(file)
--- a/
pym/portage/util/_dyn_libs/LinkageMapELF.py
+++ b/
pym/portage/util/_dyn_libs/LinkageMapELF.py
@@
-568,7
+568,7
@@
class LinkageMapELF(object):
if the object is unknown. Returns an empty tuple if the owner(s)
are unknown.
- NOTE: For preserved libraries, the owner(s) may have been
been
+ NOTE: For preserved libraries, the owner(s) may have been
previously uninstalled, but these uninstalled owners can be
returned by this method since they are registered in the
PreservedLibsRegistry.