nfs: comment fix
authorPeter Meerwald <pmeerw@pmeerw.net>
Sat, 18 Aug 2012 15:38:54 +0000 (17:38 +0200)
committerJiri Kosina <jkosina@suse.cz>
Sat, 1 Sep 2012 17:09:44 +0000 (10:09 -0700)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/nfs/super.c

index 8b2a297..120d8e9 100644 (file)
@@ -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)