summaryrefslogtreecommitdiffstats
path: root/utils/mount/parse_opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/parse_opt.c')
-rw-r--r--utils/mount/parse_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/parse_opt.c b/utils/mount/parse_opt.c
index 75a0daa..342e210 100644
--- a/utils/mount/parse_opt.c
+++ b/utils/mount/parse_opt.c
@@ -391,7 +391,7 @@ po_return_t po_append(struct mount_options *options, char *str)
}
/**
- * po_contains - check for presense of an option in a group
+ * po_contains - check for presence of an option in a group
* @options: pointer to mount options
* @keyword: pointer to a C string containing option keyword for which to search
*