diff options
author | trasz <trasz@FreeBSD.org> | 2009-09-30 18:50:50 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-09-30 18:50:50 +0000 |
commit | 1a81c5cfff99f2c079fdb463209d65ca2d3ed39c (patch) | |
tree | 26847e3e7abfbfdb3d173d187db4ed07f56814e1 | |
parent | 446a52616e1e9d08decd99b911d3fb553d8fc331 (diff) | |
download | FreeBSD-src-1a81c5cfff99f2c079fdb463209d65ca2d3ed39c.zip FreeBSD-src-1a81c5cfff99f2c079fdb463209d65ca2d3ed39c.tar.gz |
Fix typo in the comment.
-rw-r--r-- | sys/fs/nfs/nfs_commonacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs_commonacl.c b/sys/fs/nfs/nfs_commonacl.c index 99d796e..0ac1590 100644 --- a/sys/fs/nfs/nfs_commonacl.c +++ b/sys/fs/nfs/nfs_commonacl.c @@ -695,7 +695,7 @@ nfsrv_setacl(vnode_t vp, NFSACL_T *aclp, struct ucred *cred, if (nfsrv_useacl == 0 || !NFSHASNFS4ACL(vnode_mount(vp))) return (NFSERR_ATTRNOTSUPP); /* - * With NFS4 ACLs, chmod(2) may need to add additional entries. + * With NFSv4 ACLs, chmod(2) may need to add additional entries. * Make sure it has enough room for that - splitting every entry * into two and appending "canonical six" entries at the end. * Cribbed out of kern/vfs_acl.c - Rick M. |