summaryrefslogtreecommitdiffstats
path: root/libmount
diff options
context:
space:
mode:
authorRaul Gutierrez Segales2012-10-13 17:59:31 +0200
committerKarel Zak2012-10-15 17:13:23 +0200
commit39e119f5dc0f7bc9fcfe87b3bdbc6333a6b2da3c (patch)
tree5d30a88ac9597e32f1d27dd666cccb864cc79fb9 /libmount
parentlibblkid: fix compiler warning [-Wstrict-aliasing] (diff)
downloadkernel-qcow2-util-linux-39e119f5dc0f7bc9fcfe87b3bdbc6333a6b2da3c.tar.gz
kernel-qcow2-util-linux-39e119f5dc0f7bc9fcfe87b3bdbc6333a6b2da3c.tar.xz
kernel-qcow2-util-linux-39e119f5dc0f7bc9fcfe87b3bdbc6333a6b2da3c.zip
libmount: fixed comment about param
Signed-off-by: Raul Gutierrez Segales <rgs@itevenworks.net>
Diffstat (limited to 'libmount')
-rw-r--r--libmount/src/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/fs.c b/libmount/src/fs.c
index c3b0cb2a0..6e0c4e645 100644
--- a/libmount/src/fs.c
+++ b/libmount/src/fs.c
@@ -303,7 +303,7 @@ const char *mnt_fs_get_source(struct libmnt_fs *fs)
}
/*
- * Used by parser ONLY (@source has to be allocated on error)
+ * Used by parser ONLY (@source has to be freed on error)
*/
int __mnt_fs_set_source_ptr(struct libmnt_fs *fs, char *source)
{