summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
commit4a353c54fd50cc1f3c96120b018c49874880504f (patch)
tree85bb88826874fdc9f92823b778817c385497da0d /sys/fs/nullfs
parent052c656f36fbc1244cdecb2eacfb30a36c666a89 (diff)
downloadFreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.zip
FreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.tar.gz
Fix typos - remove duplicate "is".
PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Diffstat (limited to 'sys/fs/nullfs')
-rw-r--r--sys/fs/nullfs/null_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index b86ba83..30a38da 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -672,7 +672,7 @@ null_unlock(struct vop_unlock_args *ap)
* as soon as possible.
*
* Note, we can't release any resources nor remove vnode from hash before
- * appropriate VXLOCK stuff is is done because other process can find this
+ * appropriate VXLOCK stuff is done because other process can find this
* vnode in hash during inactivation and may be sitting in vget() and waiting
* for null_inactive to unlock vnode. Thus we will do all those in VOP_RECLAIM.
*/
OpenPOWER on IntegriCloud