From: Raul Gutierrez Segales Date: Sat, 13 Oct 2012 15:59:31 +0000 (-0700) Subject: libmount: fixed comment about param X-Git-Tag: v2.23-rc1~620 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e119f5dc0f7bc9fcfe87b3bdbc6333a6b2da3c;p=thirdparty%2Futil-linux.git libmount: fixed comment about param Signed-off-by: Raul Gutierrez Segales --- diff --git a/libmount/src/fs.c b/libmount/src/fs.c index c3b0cb2a04..6e0c4e6458 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) {