diff mbox

NFS: fix a typo in fs/nfs/nfs4filelayout.c

Message ID CADu=CFoMr0kUcKQsKYAVLk9d15537UHdLEbSt+HkbfCiOJWotQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

liang xie Oct. 6, 2012, 4:01 p.m. UTC
Fix a typo: "Futher" -> "Further"

Signed-off-by: Liang Xie <xieliang@xiaomi.com>
---
 fs/nfs/nfs4filelayout.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c
index 53f94d9..c3933e7 100644
--- a/fs/nfs/nfs4filelayout.c
+++ b/fs/nfs/nfs4filelayout.c
@@ -720,7 +720,7 @@  filelayout_decode_layout(struct pnfs_layout_hdr *flo,
 		fl->pattern_offset);

 	/* Note that a zero value for num_fh is legal for STRIPE_SPARSE.
-	 * Futher checking is done in filelayout_check_layout */
+	 * Further checking is done in filelayout_check_layout */
 	if (fl->num_fh >
 	    max(NFS4_PNFS_MAX_STRIPE_CNT, NFS4_PNFS_MAX_MULTI_CNT))
 		goto out_err;