Fix spelling error

submitted by: Anders Hanssen
This commit is contained in:
imp 2005-01-19 20:21:44 +00:00
parent 028001e701
commit 80442cc7d7

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