From 39e119f5dc0f7bc9fcfe87b3bdbc6333a6b2da3c Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Sat, 13 Oct 2012 08:59:31 -0700 Subject: [PATCH] libmount: fixed comment about param Signed-off-by: Raul Gutierrez Segales --- libmount/src/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3