summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-19 20:21:44 +0000
committerimp <imp@FreeBSD.org>2005-01-19 20:21:44 +0000
commit784984645a48c64b3c20321ac4b0acc20252cda7 (patch)
tree6395b5ff900f7a8d828634670564d94d4f0986da /sys/dev/pccard
parent8526221cef29b01d3850ee440eacdaf51546a3e9 (diff)
downloadFreeBSD-src-784984645a48c64b3c20321ac4b0acc20252cda7.zip
FreeBSD-src-784984645a48c64b3c20321ac4b0acc20252cda7.tar.gz
Fix spelling error
submitted by: Anders Hanssen
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index 0b5ce61..9d969c4 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -472,7 +472,7 @@ pccard_function_init(struct pccard_function *pf)
DEVPRINTF((bus, "Memory space not yet implemented.\n"));
}
if (spaces == 0) {
- DEVPRINTF((bus, "Neither memory nor I/O mampped\n"));
+ DEVPRINTF((bus, "Neither memory nor I/O mapped\n"));
goto not_this_one;
}
if (cfe->irqmask) {
OpenPOWER on IntegriCloud