diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2012-05-21 22:44:22 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-22 16:45:43 -0400 |
commit | 722baafc9e638714a69aa66e9ed24ef961ff350c (patch) | |
tree | 275e47ce6b023fc3f900361512c34ff6d73d8e54 /include/linux/nfs_fs_sb.h | |
parent | e3c0fb7ef515852619932b0da993baa2d107684d (diff) | |
download | talos-obmc-linux-722baafc9e638714a69aa66e9ed24ef961ff350c.tar.gz talos-obmc-linux-722baafc9e638714a69aa66e9ed24ef961ff350c.zip |
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>
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 7073fc74481c..5498e9d9ba84 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 |