Fix comment.

This commit is contained in:
Edward Tomasz Napierala 2009-05-24 15:48:48 +00:00
parent 6dcfa92ee8
commit 194f4d42de

View file

@ -3963,7 +3963,7 @@ static int
zfs_freebsd_access(ap)
struct vop_access_args /* {
struct vnode *a_vp;
int a_accmode;
accmode_t a_accmode;
struct ucred *a_cred;
struct thread *a_td;
} */ *ap;