Correct a typo in a comment: alloated->allocated
Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>
This commit is contained in:
parent
a715d1f11b
commit
6c65caf0a2
@ -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 New Issue
Block a user