mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a typo in a comment: alloated->allocated
Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>
This commit is contained in:
parent
74c91ec564
commit
08bbe9ff04
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ ahc_isa_probe(device_t dev)
|
|||
|
||||
regs = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &zero, RF_ACTIVE);
|
||||
if (regs == NULL) {
|
||||
device_printf(dev, "No resources alloated.\n");
|
||||
device_printf(dev, "No resources allocated.\n");
|
||||
return (ENOMEM);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue