mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
bhyve: fix spelling mistake in passthru emulation
Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D35707 Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
56b8f5b111
commit
50526f522b
1 changed files with 1 additions and 1 deletions
|
|
@ -1094,7 +1094,7 @@ passthru_addr_rom(struct pci_devinst *const pi, const int idx,
|
|||
} else {
|
||||
if (vm_mmap_memseg(pi->pi_vmctx, addr, VM_PCIROM,
|
||||
pi->pi_romoffset, size, PROT_READ | PROT_EXEC) != 0) {
|
||||
errx(4, "%s: mnmap_memseg @ [%016lx - %016lx] failed",
|
||||
errx(4, "%s: mmap_memseg @ [%016lx - %016lx] failed",
|
||||
__func__, addr, addr + size);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue