summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-10 01:51:34 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-10 01:51:34 +0000
commite5464e5237a00d6545d7d9039618fb72086e740b (patch)
treebb45919b51c6c30918e66ce6e43b7946e5045c61
parentb3d41d85fe0de27f77ce838c400556aad92c9237 (diff)
downloadportage-e5464e5237a00d6545d7d9039618fb72086e740b.tar.gz
portage-e5464e5237a00d6545d7d9039618fb72086e740b.tar.bz2
portage-e5464e5237a00d6545d7d9039618fb72086e740b.zip
Remove extra comman in comment.v2.2_rc57
svn path=/main/trunk/; revision=15015
-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 4dfe866f2..7ed9df4a6 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: