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 8b2a2977b720729f2a63a4d7bb8e5e4b7de5522e..120d8e98ee5f193906692e098bf7660603b080d2 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)
This page took 0.035632 seconds and 5 git commands to generate.