nfsd: Fix typo in comment
authorAlex Dewar <alex.dewar90@gmail.com>
Mon, 17 Aug 2020 17:51:26 +0000 (18:51 +0100)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 25 Sep 2020 22:01:26 +0000 (18:01 -0400)
Missing "is".

Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c

index 259d5ad..61ebc28 100644 (file)
@@ -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;