aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/coda/coda_venus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/coda/coda_venus.c')
-rw-r--r--sys/fs/coda/coda_venus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c
index baea20a218e7..746436e864df 100644
--- a/sys/fs/coda/coda_venus.c
+++ b/sys/fs/coda/coda_venus.c
@@ -355,7 +355,7 @@ venus_access(void *mdp, CodaFid *fid, int mode,
INIT_IN(&inp->ih, CODA_ACCESS, cred, p);
inp->Fid = *fid;
/* NOTE:
- * NetBSD and Venus internals use the "data" in the low 3 bits.
+ * FreeBSD and Venus internals use the "data" in the low 3 bits.
* Hence, the conversion.
*/
inp->flags = mode>>6;