From: Austin English Date: Mon, 13 May 2019 18:53:15 +0000 (-0500) Subject: libmount: fix "maybe be" duplication X-Git-Tag: v2.34-rc2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d714829414dba638c88849104f7f971e6037594;p=thirdparty%2Futil-linux.git libmount: fix "maybe be" duplication Signed-off-by: Austin English --- diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 7f6cc1405d..73166cb91d 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