diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2012-08-18 17:38:54 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 10:09:44 -0700 |
commit | 1856b225ca1f80446938c9ec4a0b330c1772ec45 (patch) | |
tree | 8f649ccacfb4cf4e853237ef42aedb991d3b994b /fs/nfs | |
parent | 8421ed81df02c99b4c084a4fe0ab28d0056243c0 (diff) | |
download | op-kernel-dev-1856b225ca1f80446938c9ec4a0b330c1772ec45.zip op-kernel-dev-1856b225ca1f80446938c9ec4a0b330c1772ec45.tar.gz |
nfs: comment fix
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/nfs')
-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 8b2a297..120d8e9 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) |