aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2024-04-22 12:05:58 +0200
committerKarel Zak <kzak@redhat.com>2024-04-22 12:05:58 +0200
commit89728ce65d5f549179a7eb4284bdfd4c7ad7dfe8 (patch)
tree4c75adb81aae7afebee6e1c326b133243e27fd1d
parentb767e81123885d8ced90d7d5e5ac92cebe6607ba (diff)
parentc630dbc38f7cd1f838e65e2c43d8375bce1ec20f (diff)
downloadutil-linux-89728ce65d5f549179a7eb4284bdfd4c7ad7dfe8.tar.gz
Merge branch 'typofix' of https://github.com/uudiin/util-linux
* 'typofix' of https://github.com/uudiin/util-linux: libmount: fix comment typo for mnt_fs_get_comment()
-rw-r--r--libmount/src/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/fs.c b/libmount/src/fs.c
index 79e32a170d..26f2c69e90 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)
{