Fix typo. (trunk r10673)
authorZac Medico <zmedico@gentoo.org>
Mon, 16 Jun 2008 14:41:00 +0000 (14:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 16 Jun 2008 14:41:00 +0000 (14:41 -0000)
svn path=/main/branches/2.1.2/; revision=10674

pym/portage.py

index 9231d9c0757edde4f49cb9d7a37596fc3fdbd485..77ce475bd9e07833451b88396728aa46aed9d68d 100644 (file)
@@ -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)