summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin English2019-05-13 20:53:15 +0200
committerKarel Zak2019-05-15 13:48:47 +0200
commit9d714829414dba638c88849104f7f971e6037594 (patch)
treedbaf21c1ae65843a73ddef6fb3b0a724bf0ca2fb
parentlib/colors: fix "maybe be" duplication (diff)
downloadkernel-qcow2-util-linux-9d714829414dba638c88849104f7f971e6037594.tar.gz
kernel-qcow2-util-linux-9d714829414dba638c88849104f7f971e6037594.tar.xz
kernel-qcow2-util-linux-9d714829414dba638c88849104f7f971e6037594.zip
libmount: fix "maybe be" duplication
Signed-off-by: Austin English <austinenglish@gmail.com>
-rw-r--r--libmount/src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index 7f6cc1405..73166cb91 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -913,7 +913,7 @@ int mnt_open_uniq_filename(const char *filename, char **name)
* should be canonicalized. The returned pointer should be freed by the caller.
*
* WARNING: the function compares st_dev of the @path elements. This traditional
- * way maybe be insufficient on filesystems like Linux "overlay". See also
+ * way may be insufficient on filesystems like Linux "overlay". See also
* mnt_table_find_target().
*
* Returns: allocated string with the target of the mounted device or NULL on error