diff mbox

nfs: fix spelling of families in comment

Message ID 1345304334-4789-1-git-send-email-pmeerw@pmeerw.net (mailing list archive)
State New, archived
Headers show

Commit Message

Peter Meerwald-Stadler Aug. 18, 2012, 3:38 p.m. UTC
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
---
 fs/nfs/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index ac6a3c5..99777c1 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1502,7 +1502,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)