From bcd629c66ed409d57027e830a1ac287d8af44d3c Mon Sep 17 00:00:00 2001 From: Benjamin Coddington Date: Mon, 8 Dec 2014 15:24:44 -0500 Subject: mount.nfs: fix a comment typo in parse options Signed-off-by: Benjamin Coddington Signed-off-by: Steve Dickson --- utils/mount/parse_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/mount/parse_opt.c') 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 * -- cgit