diff options
author | Alex Dewar | 2020-08-17 18:51:26 +0100 |
---|---|---|
committer | J. Bruce Fields | 2020-09-25 18:01:26 -0400 |
commit | 4cce11fa48b8e9634309e5eac5aa49046e6a72c1 (patch) | |
tree | 0d26bd5bd425b5ed4ff01fc0cecfc622c8b44569 /fs | |
parent | 12ed22f3c3dc75687ec532534aa01cd41111c1f8 (diff) |
nfsd: Fix typo in comment
Missing "is".
Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 259d5ad0e3f4..61ebc28cad9e 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -4828,7 +4828,7 @@ nfsd4_encode_listxattrs(struct nfsd4_compoundres *resp, __be32 nfserr, slen = strlen(sp); /* - * Check if this a user. attribute, skip it if not. + * Check if this is a "user." attribute, skip it if not. */ if (strncmp(sp, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN)) goto contloop; |