From 08bbe9ff04ac7fc6003eba45ce8e3580458d6b98 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Mon, 30 Aug 2004 20:15:42 +0000 Subject: [PATCH] Correct a typo in a comment: alloated->allocated Reported by: Jens Schweikhardt --- sys/dev/aic7xxx/ahc_isa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index 73f32af99d6..2595096a33b 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -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); }