Fix spelling error

submitted by: Anders Hanssen
This commit is contained in:
Warner Losh 2005-01-19 20:21:44 +00:00
parent 86fd19de7b
commit b72e9f1719

View File

@ -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) {