]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix "maybe be" duplication
authorAustin English <austinenglish@gmail.com>
Mon, 13 May 2019 18:53:15 +0000 (13:53 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 15 May 2019 11:48:47 +0000 (13:48 +0200)
Signed-off-by: Austin English <austinenglish@gmail.com>
libmount/src/utils.c

index 7f6cc1405d0cfb2b2e579369ba44810d696a67e3..73166cb91d094490f32eed50a2e00698247b233e 100644 (file)
@@ -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