summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-16 14:41:00 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-16 14:41:00 +0000
commit626971160bffbb6d9d99453817d9111c8719f38e (patch)
treed8dbd38462cdcd77138ad6dd694a6d0d343186a4
parent2e5603e9cb3d0c1f7039d308799cdd2e5546220d (diff)
downloadportage-626971160bffbb6d9d99453817d9111c8719f38e.tar.gz
portage-626971160bffbb6d9d99453817d9111c8719f38e.tar.bz2
portage-626971160bffbb6d9d99453817d9111c8719f38e.zip
Fix typo. (trunk r10673)
svn path=/main/branches/2.1.2/; revision=10674
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 9231d9c07..77ce475bd 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6558,7 +6558,7 @@ class dbapi(object):
self._clear_cache(pkg_dblink)
def _clear_cache(self, pkg_dblink):
- # Due to 1 second mtime granularity in < python-1.5, mtime checks
+ # Due to 1 second mtime granularity in <python-2.5, mtime checks
# are not always sufficient to invalidate vardbapi caches. Therefore,
# the caches need to be actively invalidated here.
self.mtdircache.pop(pkg_dblink.cat, None)