From: Peter Meerwald Date: Sat, 18 Aug 2012 15:38:54 +0000 (+0200) Subject: nfs: comment fix X-Git-Tag: firefly_0821_release~3680^2~2007^2~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1856b225ca1f80446938c9ec4a0b330c1772ec45;p=firefly-linux-kernel-4.4.55.git nfs: comment fix Signed-off-by: Peter Meerwald Signed-off-by: Jiri Kosina --- 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)