summaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
diff options
context:
space:
mode:
authorPeter Meerwald2012-08-18 17:38:54 +0200
committerJiri Kosina2012-09-01 19:09:44 +0200
commit1856b225ca1f80446938c9ec4a0b330c1772ec45 (patch)
tree8f649ccacfb4cf4e853237ef42aedb991d3b994b /fs/nfs/super.c
parentplatform/x86: fix asus_laptop.wled_type module parameter (diff)
downloadkernel-qcow2-linux-1856b225ca1f80446938c9ec4a0b330c1772ec45.tar.gz
kernel-qcow2-linux-1856b225ca1f80446938c9ec4a0b330c1772ec45.tar.xz
kernel-qcow2-linux-1856b225ca1f80446938c9ec4a0b330c1772ec45.zip
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 8b2a2977b720..120d8e98ee5f 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)