]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fixed comment about param
authorRaul Gutierrez Segales <rgs@itevenworks.net>
Sat, 13 Oct 2012 15:59:31 +0000 (08:59 -0700)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2012 15:13:23 +0000 (17:13 +0200)
Signed-off-by: Raul Gutierrez Segales <rgs@itevenworks.net>
libmount/src/fs.c

index c3b0cb2a04423a46dd638322f46b529c347a79f5..6e0c4e645858340aba4aa00f7daf86bf976fec43 100644 (file)
@@ -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)
 {