summaryrefslogtreecommitdiffstats
path: root/libmount/src/monitor.c
diff options
context:
space:
mode:
authorRonny Chevalier2015-06-03 13:21:52 +0200
committerRonny Chevalier2015-06-03 13:21:52 +0200
commit1280109fdc9edfc5c0a40b04568404cdd548bfd0 (patch)
tree1a379d7f28bd113b47768a1de7e46fc92fd39357 /libmount/src/monitor.c
parentlibmount: (docs) fix typo (diff)
downloadkernel-qcow2-util-linux-1280109fdc9edfc5c0a40b04568404cdd548bfd0.tar.gz
kernel-qcow2-util-linux-1280109fdc9edfc5c0a40b04568404cdd548bfd0.tar.xz
kernel-qcow2-util-linux-1280109fdc9edfc5c0a40b04568404cdd548bfd0.zip
libmount: (docs) fix wording
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 23d5eeb0d..05cce5986 100644
--- a/libmount/src/monitor.c
+++ b/libmount/src/monitor.c
@@ -121,7 +121,7 @@ static void free_monitor_entry(struct monitor_entry *me)
* mnt_unref_monitor:
* @mn: monitor pointer
*
- * De-increments reference counter, on zero the @mn is automatically
+ * Decrements the reference counter, on zero the @mn is automatically
* deallocated.
*/
void mnt_unref_monitor(struct libmnt_monitor *mn)