From: Alex Dewar Date: Mon, 17 Aug 2020 17:51:26 +0000 (+0100) Subject: nfsd: Fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4cce11fa48b8e9634309e5eac5aa49046e6a72c1;p=linux.git nfsd: Fix typo in comment Missing "is". Signed-off-by: Alex Dewar Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 259d5ad0e3f47..61ebc28cad9e5 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;