Correct a typo in a comment: alloated->allocated

Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>
This commit is contained in:
gibbs 2004-08-30 20:15:42 +00:00
parent a715d1f11b
commit 6c65caf0a2

View File

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