summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/locks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/locks.py b/pym/portage/locks.py
index a645e255f..9fee5ae5d 100644
--- a/pym/portage/locks.py
+++ b/pym/portage/locks.py
@@ -320,7 +320,7 @@ def hardlink_lockfile(lockfilename, max_wait=DeprecationWarning,
myhardlock = hardlock_name(lockfilename)
# myhardlock must not exist prior to our link() call, and we can
- # can safely unlink it since its file name is unique to our PID
+ # safely unlink it since its file name is unique to our PID
try:
os.unlink(myhardlock)
except OSError as e: