summaryrefslogtreecommitdiffstats
path: root/libmount/src/optmap.c
diff options
context:
space:
mode:
authorSebastian Rasmussen2016-05-29 23:11:53 +0200
committerSebastian Rasmussen2016-05-31 23:40:21 +0200
commit9e93004171eb0c4c288051b2d7bb37f97a0ae430 (patch)
tree369493906bb3c1c6f2554609c737ada0230f4b2e /libmount/src/optmap.c
parentdocs: Fix various typos (diff)
downloadkernel-qcow2-util-linux-9e93004171eb0c4c288051b2d7bb37f97a0ae430.tar.gz
kernel-qcow2-util-linux-9e93004171eb0c4c288051b2d7bb37f97a0ae430.tar.xz
kernel-qcow2-util-linux-9e93004171eb0c4c288051b2d7bb37f97a0ae430.zip
misc: Fix various typos
Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
Diffstat (limited to 'libmount/src/optmap.c')
-rw-r--r--libmount/src/optmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/optmap.c b/libmount/src/optmap.c
index 3ad77273e..f827e04f5 100644
--- a/libmount/src/optmap.c
+++ b/libmount/src/optmap.c
@@ -14,7 +14,7 @@
*
* @mountflags: (see MS_* macros in linux/fs.h)
*
- * @mountdata: (usully a comma separated string of options)
+ * @mountdata: (usually a comma separated string of options)
*
* The libmount uses options-map(s) to describe mount options.
*
@@ -182,7 +182,7 @@ static const struct libmnt_optmap userspace_opts_map[] =
* MNT_LINUX_MAP - Linux kernel fs-independent mount options
* (usually MS_* flags, see linux/fs.h)
*
- * MNT_USERSPACE_MAP - userpace mount(8) specific mount options
+ * MNT_USERSPACE_MAP - userspace mount(8) specific mount options
* (e.g user=, _netdev, ...)
*
* Returns: static built-in libmount map.