diff options
-rw-r--r-- | fs/nfs/super.c | 2 |
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, | |||
1590 | 1590 | ||
1591 | /* | 1591 | /* |
1592 | * verify that any proto=/mountproto= options match the address | 1592 | * verify that any proto=/mountproto= options match the address |
1593 | * familiies in the addr=/mountaddr= options. | 1593 | * families in the addr=/mountaddr= options. |
1594 | */ | 1594 | */ |
1595 | if (protofamily != AF_UNSPEC && | 1595 | if (protofamily != AF_UNSPEC && |
1596 | protofamily != mnt->nfs_server.address.ss_family) | 1596 | protofamily != mnt->nfs_server.address.ss_family) |