mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
kern: Fix typo in kassert message.
- s/unepxected/unexpected/ MFC after: 3 days
This commit is contained in:
parent
e09d161bd9
commit
9a89977bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -1314,7 +1314,7 @@ vm_fault_getpages(struct faultstate *fs, int *behindp, int *aheadp)
|
|||
return (FAULT_OUT_OF_BOUNDS);
|
||||
}
|
||||
KASSERT(rv == VM_PAGER_FAIL,
|
||||
("%s: unepxected pager error %d", __func__, rv));
|
||||
("%s: unexpected pager error %d", __func__, rv));
|
||||
return (FAULT_CONTINUE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue