summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2016-08-15 15:03:23 -0500
committerJoe Hershberger <joe.hershberger@ni.com>2016-08-22 14:20:47 -0500
commitc629c45f30661c1d794cd7c5496cc4ee83483e63 (patch)
treeef5f3e0a8b07f6ac1fa18575260a00afc9d56bf8 /net
parent051ed9af8c2dedf0938fac6baad8f7926f12b38f (diff)
net: nfs: Correct a comment
The buffer is of 32-bit elements, not bytes. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net')
-rw-r--r--net/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfs.c b/net/nfs.c
index 08bdd92d80..ade589cddc 100644
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -592,7 +592,7 @@ static int nfs3_get_attributes_offset(uint32_t *data)
{
if (ntohl(data[1]) != 0) {
/* 'attributes_follow' flag is TRUE,
- * so we have attributes on 21 bytes */
+ * so we have attributes on 21 dwords */
/* Skip unused values :
type; 32 bits value,
mode; 32 bits value,