summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Coddington <bcodding@redhat.com>2014-12-08 15:24:44 -0500
committerSteve Dickson <steved@redhat.com>2015-01-23 14:08:18 -0500
commitbcd629c66ed409d57027e830a1ac287d8af44d3c (patch)
treebf07626162683a32934dcc8192743672f0768d95
parentee80d0aacecb79ba653ac8599338627981079604 (diff)
downloadnfs-utils-bcd629c66ed409d57027e830a1ac287d8af44d3c.tar.gz
nfs-utils-bcd629c66ed409d57027e830a1ac287d8af44d3c.tar.xz
nfs-utils-bcd629c66ed409d57027e830a1ac287d8af44d3c.zip
mount.nfs: fix a comment typo in parse options
Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-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
*