1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140488

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