summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/utils.c
diff options
context:
space:
mode:
authorKarel Zak2011-03-30 13:58:04 +0200
committerKarel Zak2011-03-30 13:58:04 +0200
commit6f5788c5926741fb3c44bb33fe511c555f155a86 (patch)
tree4cfe6243ee8845784b3646315066182279f9d12e /shlibs/mount/src/utils.c
parentlibmount: use chdir() and NOFOLLOW umount flag for umount operation (diff)
downloadkernel-qcow2-util-linux-6f5788c5926741fb3c44bb33fe511c555f155a86.tar.gz
kernel-qcow2-util-linux-6f5788c5926741fb3c44bb33fe511c555f155a86.tar.xz
kernel-qcow2-util-linux-6f5788c5926741fb3c44bb33fe511c555f155a86.zip
libmount: small lock code cleanup
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/utils.c')
-rw-r--r--shlibs/mount/src/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shlibs/mount/src/utils.c b/shlibs/mount/src/utils.c
index 1261a2934..356c61069 100644
--- a/shlibs/mount/src/utils.c
+++ b/shlibs/mount/src/utils.c
@@ -602,8 +602,8 @@ done:
* If the file does not exist and @writable argument is not NULL then it will
* try to create the directory (e.g. /dev/.mount) and the file.
*
- * Returns: 1 if /etc/utab is a reqular file, and 0 in case of error (check
- * errno for more details).
+ * Returns: 1 if /dev/.mount/utab is a reqular file, and 0 in case of
+ * error (check errno for more details).
*/
int mnt_has_regular_utab(const char **utab, int *writable)