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:
Corvin Köhne 2022-07-27 16:43:01 +02:00 committed by Emmanuel Vadot
parent 56b8f5b111
commit 50526f522b

View File

@ -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);
}
}