From: Tianjia Zhang Date: Mon, 22 Apr 2024 06:01:25 +0000 (+0800) Subject: libmount: fix comment typo for mnt_fs_get_comment() X-Git-Tag: v2.42-start~386^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c630dbc38f7cd1f838e65e2c43d8375bce1ec20f;p=thirdparty%2Futil-linux.git libmount: fix comment typo for mnt_fs_get_comment() Signed-off-by: Tianjia Zhang --- diff --git a/libmount/src/fs.c b/libmount/src/fs.c index 79e32a170..26f2c69e9 100644 --- a/libmount/src/fs.c +++ b/libmount/src/fs.c @@ -1454,7 +1454,7 @@ int mnt_fs_get_attribute(struct libmnt_fs *fs, const char *name, * mnt_fs_get_comment: * @fs: fstab/mtab/mountinfo entry pointer * - * Returns: 0 on success, 1 when not found the @name or negative number in case of error. + * Returns: comment string */ const char *mnt_fs_get_comment(struct libmnt_fs *fs) {