summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2012-05-22 02:44:22 (GMT)
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-05-22 20:45:43 (GMT)
commit722baafc9e638714a69aa66e9ed24ef961ff350c (patch)
tree275e47ce6b023fc3f900361512c34ff6d73d8e54
parente3c0fb7ef515852619932b0da993baa2d107684d (diff)
downloadlinux-fsl-qoriq-722baafc9e638714a69aa66e9ed24ef961ff350c.tar.xz
NFS: Fix comment misspelling in struct nfs_client definition
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-rw-r--r--include/linux/nfs_fs_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 7073fc7..5498e9d 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -79,7 +79,7 @@ struct nfs_client {
u32 cl_seqid;
/* The flags used for obtaining the clientid during EXCHANGE_ID */
u32 cl_exchange_flags;
- struct nfs4_session *cl_session; /* sharred session */
+ struct nfs4_session *cl_session; /* shared session */
#endif /* CONFIG_NFS_V4 */
#ifdef CONFIG_NFS_FSCACHE