Index: sys/dev/ex/if_ex_pccard.c =================================================================== --- sys/dev/ex/if_ex_pccard.c +++ sys/dev/ex/if_ex_pccard.c @@ -121,7 +121,7 @@ * 25, 27, 29, 31, 16 + 9 * 41, 43, 45, 47, 32 + 9 * 57, 59, 61, 63 48 + 9 - * (entries 8, 24, 40 and 56 are single resoruce cfes) + * (entries 8, 24, 40 and 56 are single resource cfes) * Fortunately the code that enables and disables the multiple * fuctions of the card won't mess with the lower bit for cards * that aren't stanards conforming MFC cards (which these olicom Index: sys/dev/pccard/pccard.c =================================================================== --- sys/dev/pccard/pccard.c +++ sys/dev/pccard/pccard.c @@ -265,7 +265,7 @@ * In NetBSD, the drivers are responsible for activating each * function of a card and selecting the config to use. In * FreeBSD, all that's done automatically in the typical lazy - * way we do device resoruce allocation (except we pick the + * way we do device resource allocation (except we pick the * cfe up front). This is the biggest depature from the * inherited NetBSD model, apart from the FreeBSD resource code. *