summaryrefslogtreecommitdiffstats
path: root/libmount/src/cache.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/cache.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/cache.c')
-rw-r--r--libmount/src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/cache.c b/libmount/src/cache.c
index 04dcb7fb3..6ff997140 100644
--- a/libmount/src/cache.c
+++ b/libmount/src/cache.c
@@ -85,7 +85,7 @@ struct libmnt_cache *mnt_new_cache(void)
* @cache: pointer to struct libmnt_cache instance
*
* Deallocates the cache. This function does not care about reference count. Don't
- * use this function directly -- it's better to use use mnt_unref_cache().
+ * use this function directly -- it's better to use mnt_unref_cache().
*/
void mnt_free_cache(struct libmnt_cache *cache)
{