summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab.c
diff options
context:
space:
mode:
authorYuri Chornoivan2017-02-10 12:05:04 +0100
committerKarel Zak2017-02-13 14:10:12 +0100
commita7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b (patch)
tree98f814db2e7cb1fb841bfdab663ba789f05deecd /libmount/src/tab.c
parentfindmnt: use line separator for --poll output (diff)
downloadkernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.tar.gz
kernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.tar.xz
kernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.zip
docs: Fix word repetitions
Diffstat (limited to 'libmount/src/tab.c')
-rw-r--r--libmount/src/tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/tab.c b/libmount/src/tab.c
index 0eeefe76d..8cf11814f 100644
--- a/libmount/src/tab.c
+++ b/libmount/src/tab.c
@@ -150,7 +150,7 @@ void mnt_unref_table(struct libmnt_table *tb)
* @tb: tab pointer
*
* Deallocates the table. This function does not care about reference count. Don't
- * use this function directly -- it's better to use use mnt_unref_table().
+ * use this function directly -- it's better to use mnt_unref_table().
*
* The table entries (filesystems) are unreferenced by mnt_reset_table() and
* cache by mnt_unref_cache().