libmount: fixed comment about param

Signed-off-by: Raul Gutierrez Segales <rgs@itevenworks.net>
This commit is contained in:
Raul Gutierrez Segales 2012-10-13 08:59:31 -07:00 committed by Karel Zak
parent e37cd480f9
commit 39e119f5dc
1 changed files with 1 additions and 1 deletions

View 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)
{