1
0
Fork 0

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>
hifive-unleashed-5.1
Chuck Lever 2012-05-21 22:44:22 -04:00 committed by Trond Myklebust
parent e3c0fb7ef5
commit 722baafc9e
1 changed files with 1 additions and 1 deletions

View File

@ -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