summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-10 01:51:51 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-10 01:51:51 +0000
commitf4c0b2491133b44db9ff76f64551557bfcf73ffb (patch)
treee7e5b3681d023ac6300871f1f7dc4fdd26c06ef3
parent110bcc9df3f9ad2373dec2023b7532683880373b (diff)
downloadportage-f4c0b2491133b44db9ff76f64551557bfcf73ffb.tar.gz
portage-f4c0b2491133b44db9ff76f64551557bfcf73ffb.tar.bz2
portage-f4c0b2491133b44db9ff76f64551557bfcf73ffb.zip
Remove extra comman in comment. (trunk r15015)v2.1.7.12
svn path=/main/branches/2.1.7/; revision=15016
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 40c6127ba..8518b4795 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -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: