summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2004-08-30 20:15:42 +0000
committergibbs <gibbs@FreeBSD.org>2004-08-30 20:15:42 +0000
commit6c65caf0a24924dad7586ad39cb5071d1b51f34a (patch)
tree3b47efefb2b4cb2c13cd43c50a4aebe0b93b4d0a /sys/dev/aic7xxx
parenta715d1f11bfc7ff67854f434f17b3c2ddd0cd9c2 (diff)
downloadFreeBSD-src-6c65caf0a24924dad7586ad39cb5071d1b51f34a.zip
FreeBSD-src-6c65caf0a24924dad7586ad39cb5071d1b51f34a.tar.gz
Correct a typo in a comment: alloated->allocated
Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/ahc_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c
index 73f32af..2595096 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);
}
OpenPOWER on IntegriCloud