From: Ronny Chevalier Date: Wed, 3 Jun 2015 11:06:59 +0000 (+0200) Subject: libmount: (docs) fix typo X-Git-Tag: v2.27-rc1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1333423a3e835a48242f74053319404f4fabea;p=thirdparty%2Futil-linux.git libmount: (docs) fix typo Signed-off-by: Ronny Chevalier --- diff --git a/libmount/src/monitor.c b/libmount/src/monitor.c index 34bdd767b3..23d5eeb0d1 100644 --- a/libmount/src/monitor.c +++ b/libmount/src/monitor.c @@ -323,7 +323,7 @@ static const struct monitor_opers userspace_opers = { * If the top-level monitor has been already created (by mnt_monitor_get_fd() * or mnt_monitor_wait()) then it's updated according to @enable. * - * The @filename is used only first time when you enable the monitor. It's + * The @filename is used only the first time when you enable the monitor. It's * impossible to have more than one userspace monitor. The recommended is to * use NULL as filename. *