diff options
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index c65838f..40bdaaa 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -2146,7 +2146,7 @@ vrele(struct vnode *vp) /* * Release an already locked vnode. This give the same effects as * unlock+vrele(), but takes less time and avoids releasing and - * re-aquiring the lock (as vrele() aquires the lock internally.) + * re-aquiring the lock (as vrele() acquires the lock internally.) */ void vput(struct vnode *vp) |