diff options
-rw-r--r-- | pym/portage/util/_dyn_libs/LinkageMapELF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/_dyn_libs/LinkageMapELF.py b/pym/portage/util/_dyn_libs/LinkageMapELF.py index d4c490cdb..4b9817e56 100644 --- a/pym/portage/util/_dyn_libs/LinkageMapELF.py +++ b/pym/portage/util/_dyn_libs/LinkageMapELF.py @@ -482,7 +482,7 @@ class LinkageMapELF(object): def isMasterLink(self, obj): """ Determine whether an object is a "master" symlink, which means - that its basename is that same as the beginning part of the + that its basename is the same as the beginning part of the soname and it lacks the soname's version component. @param obj: absolute path to an object |