mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
arm: Fix a typo in a KASSERT message
- s/resoure/resource/ MFC after: 5 days
This commit is contained in:
parent
e411b22736
commit
178cf4b9db
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ arm_gic_alloc_resource(device_t bus, device_t child, int type, int *rid,
|
|||
struct resource_list *rl;
|
||||
int j;
|
||||
|
||||
KASSERT(type == SYS_RES_MEMORY, ("Invalid resoure type %x", type));
|
||||
KASSERT(type == SYS_RES_MEMORY, ("Invalid resource type %x", type));
|
||||
|
||||
sc = device_get_softc(bus);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue