aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-19 16:24:59 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-19 16:24:59 +0000
commit4f3b80fa2dd72000bb827338ac6ec20f7cddb210 (patch)
tree5b792f4123400318d78647b156fba3b919880aeb
parent7ed9a0ff65a5f4c62105bab9b71f93afd6966215 (diff)
downloadperl-URPM-4f3b80fa2dd72000bb827338ac6ec20f7cddb210.tar
perl-URPM-4f3b80fa2dd72000bb827338ac6ec20f7cddb210.tar.gz
perl-URPM-4f3b80fa2dd72000bb827338ac6ec20f7cddb210.tar.bz2
perl-URPM-4f3b80fa2dd72000bb827338ac6ec20f7cddb210.tar.xz
perl-URPM-4f3b80fa2dd72000bb827338ac6ec20f7cddb210.zip
(rpmRunTransactions_callback) make comment more understandable
-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) {