Fix typo.
MFC after: 3 days
This commit is contained in:
parent
563faffd70
commit
61d1c715a6
@ -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);
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user