diff options
Diffstat (limited to 'libmount/src/utils.c')
-rw-r--r-- | libmount/src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 28eca7c8..74c3ad50 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -836,7 +836,7 @@ int mnt_open_uniq_filename(const char *filename, char **name) * This function finds the mountpoint that a given path resides in. @path * should be canonicalized. The returned pointer should be freed by the caller. * - * Returns: target of mounted device or NULL on error + * Returns: allocated string with target of the mounted device or NULL on error */ char *mnt_get_mountpoint(const char *path) { |