mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix typo.
This commit is contained in:
parent
80af0152f3
commit
aeb56f0662
1 changed files with 1 additions and 1 deletions
|
|
@ -2947,7 +2947,7 @@ pmap_kenter_user(vm_offset_t va, vm_paddr_t pa)
|
|||
}
|
||||
|
||||
/*
|
||||
* remove a page rom the kernel pagetables
|
||||
* remove a page from the kernel pagetables
|
||||
*/
|
||||
void
|
||||
pmap_kremove(vm_offset_t va)
|
||||
|
|
|
|||
Loading…
Reference in a new issue