aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 0055c1b..4ae3775 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1336,7 +1336,7 @@ static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h,
fd = fdDup(i);
if (fd) {
fd = fdLink(fd);
- Fcntl(fd, F_SETFD, (void *)1); /* necessary to avoid forked/execed process to lock removable */
+ Fcntl(fd, F_SETFD, (void *)1); /* necessary to avoid forked/execed process to lock removable media */
}
PUTBACK;
} else if (callback == td->callback_close) {