diff mbox

[2/6] mount.nfs: fix a comment typo in parse options

Message ID 22d8bd4b7aed22f2664da4ffb2874b160bcdf1ce.1416319371.git.bcodding@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benjamin Coddington Nov. 18, 2014, 2:06 p.m. UTC
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
---
 utils/mount/parse_opt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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
  *