]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix comment typo for mnt_fs_get_comment()
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 22 Apr 2024 06:01:25 +0000 (14:01 +0800)
committerTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 22 Apr 2024 06:01:25 +0000 (14:01 +0800)
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
libmount/src/fs.c

index 79e32a170d4955188b0b49a1048dbab01a1cd43d..26f2c69e90a36d0727805c45720c8f40afd51b98 100644 (file)
@@ -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)
 {