mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
MFC r206671:
Fix typo.
This commit is contained in:
parent
81a33b9c2c
commit
c9975476bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue