mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
Fix the spelling of interrupt in the GICv3 driver
Reported by: jrtc27 Sponsored by: Innovate UK
This commit is contained in:
parent
7a5d47de97
commit
9ba957e40a
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ gic_v3_ofw_bus_attach(device_t dev)
|
|||
}
|
||||
|
||||
/*
|
||||
* If there is a vgic maintanance interupt add a virtual gic
|
||||
* If there is a vgic maintanance interrupt add a virtual gic
|
||||
* child so we can use this in the vmm module for bhyve.
|
||||
*/
|
||||
if (OF_hasprop(parent, "interrupts")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue