diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 0b5ce6196990..9d969c4a7eae 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) {