Fix typo.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2010-04-15 17:17:02 +00:00
parent 20b77db949
commit 3e22320c43

View File

@ -610,7 +610,7 @@ cache_enter(dvp, vp, cnp)
CTR3(KTR_VFS, "cache_enter(%p, %p, %s)", dvp, vp, cnp->cn_nameptr);
VNASSERT(vp == NULL || (vp->v_iflag & VI_DOOMED) == 0, vp,
("cahe_enter: Adding a doomed vnode"));
("cache_enter: Adding a doomed vnode"));
if (!doingcache)
return;