Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
[platform/kernel/kernel-mfld-blackbay.git] / fs / nfsd / nfs3xdr.c
index 291f2d2..08c6e36 100644 (file)
@@ -702,7 +702,7 @@ nfs3svc_encode_readres(struct svc_rqst *rqstp, __be32 *p,
                *p++ = htonl(resp->eof);
                *p++ = htonl(resp->count);      /* xdr opaque count */
                xdr_ressize_check(rqstp, p);
-               /* now update rqstp->rq_res to reflect data aswell */
+               /* now update rqstp->rq_res to reflect data as well */
                rqstp->rq_res.page_len = resp->count;
                if (resp->count & 3) {
                        /* need to pad the tail */