Remove extra comman in comment. (trunk r15015) v2.1.7.12
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Dec 2009 01:51:51 +0000 (01:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Dec 2009 01:51:51 +0000 (01:51 -0000)
svn path=/main/branches/2.1.7/; revision=15016

pym/portage/__init__.py

index 40c6127ba0b27dfaf5954867f702884f12761f05..8518b47953901e54b774d6fbf6d3fe298ecdd2f7 100644 (file)
@@ -7624,7 +7624,7 @@ def movefile(src, dest, newmtime=None, sstat=None, mysettings=None,
                        return None
 
        # Always use stat_obj[stat.ST_MTIME] for the integral timestamp which
-       # is returned,, since the stat_obj.st_mtime float attribute rounds *up*
+       # is returned, since the stat_obj.st_mtime float attribute rounds *up*
        # if the nanosecond part of the timestamp is 999999881 ns or greater.
        try:
                if hardlinked: