summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab.c
diff options
context:
space:
mode:
authorSami Kerola2014-07-13 18:17:51 +0200
committerSami Kerola2014-07-13 18:21:02 +0200
commit0e65dcde88a73a009696ecdb5d779deea9dff8da (patch)
tree5cd5b8c685e7db69d71ced005c4ed597182acafc /libmount/src/tab.c
parentbuild-sys: release++ (v2.25-rc2) (diff)
downloadkernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.tar.gz
kernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.tar.xz
kernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.zip
textual: fix some typos
Found with misspell-check version 2.0d. Reference: https://github.com/lyda/misspell-check Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 fd6a7d8e2..4094fb878 100644
--- a/libmount/src/tab.c
+++ b/libmount/src/tab.c
@@ -390,7 +390,7 @@ int mnt_table_append_trailing_comment(struct libmnt_table *tb, const char *comm)
* same cache between more threads -- currently the cache does not provide any
* locking method.
*
- * This function increments cache refrence counter. It's recomented to use
+ * This function increments cache reference counter. It's recomented to use
* mnt_unref_cache() after mnt_table_set_cache() if you want to keep the cache
* referenced by @tb only.
*