commit | 1856b225ca1f80446938c9ec4a0b330c1772ec45 | [log] [tgz] |
---|---|---|
author | Peter Meerwald <pmeerw@pmeerw.net> | Sat Aug 18 17:38:54 2012 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Sat Sep 01 10:09:44 2012 -0700 |
tree | 8f649ccacfb4cf4e853237ef42aedb991d3b994b | |
parent | 8421ed81df02c99b4c084a4fe0ab28d0056243c0 [diff] [blame] |
nfs: comment fix Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 8b2a297..120d8e9 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c
@@ -1590,7 +1590,7 @@ /* * 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)