aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2012-08-18 17:38:54 +0200
committerJiri Kosina <jkosina@suse.cz>2012-09-01 10:09:44 -0700
commit1856b225ca1f80446938c9ec4a0b330c1772ec45 (patch)
tree8f649ccacfb4cf4e853237ef42aedb991d3b994b /fs/nfs/super.c
parent8421ed81df02c99b4c084a4fe0ab28d0056243c0 (diff)
nfs: comment fix
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r--fs/nfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 8b2a2977b72..120d8e98ee5 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1590,7 +1590,7 @@ static int nfs_parse_mount_options(char *raw,
/*
* verify that any proto=/mountproto= options match the address
- * familiies in the addr=/mountaddr= options.
+ * families in the addr=/mountaddr= options.
*/
if (protofamily != AF_UNSPEC &&
protofamily != mnt->nfs_server.address.ss_family)