Fix typo.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2014-07-24 23:14:03 +00:00
parent 830be8acb4
commit 289dd6dd7c

View File

@ -738,7 +738,7 @@ null_reclaim(struct vop_reclaim_args *ap)
lowervp = xp->null_lowervp;
KASSERT(lowervp != NULL && vp->v_vnlock != &vp->v_lock,
("Reclaiming inclomplete null vnode %p", vp));
("Reclaiming incomplete null vnode %p", vp));
null_hashrem(xp);
/*