Fix typo.

MFC after:	3 days
This commit is contained in:
kib 2014-07-24 23:14:03 +00:00
parent 563faffd70
commit 61d1c715a6

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);
/*