summaryrefslogtreecommitdiffstats
path: root/libmount/src/monitor.c
diff options
context:
space:
mode:
authorRonny Chevalier2015-06-03 13:06:59 +0200
committerRonny Chevalier2015-06-03 13:06:59 +0200
commit8b1333423a3e835a48242f74053319404f4fabea (patch)
tree16b2d1d8dcb8fa19cd14b547f57af3940bafcee2 /libmount/src/monitor.c
parentlosetup: print more usable error message on failed -f (diff)
downloadkernel-qcow2-util-linux-8b1333423a3e835a48242f74053319404f4fabea.tar.gz
kernel-qcow2-util-linux-8b1333423a3e835a48242f74053319404f4fabea.tar.xz
kernel-qcow2-util-linux-8b1333423a3e835a48242f74053319404f4fabea.zip
libmount: (docs) fix typo
Signed-off-by: Ronny Chevalier <chevalier.ronny@gmail.com>
Diffstat (limited to 'libmount/src/monitor.c')
-rw-r--r--libmount/src/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/monitor.c b/libmount/src/monitor.c
index 34bdd767b..23d5eeb0d 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.
*