diff options
Diffstat (limited to 'sys/dev/wl/if_wl.c')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 6414d335dd33..08d0fc87c771 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -1252,7 +1252,7 @@ wlioctl(struct ifnet *ifp, u_long cmd, caddr_t data) mode |= MOD_PROM; } /* - * force a complete reset if the recieve multicast/ + * force a complete reset if the receive multicast/ * promiscuous mode changes so that these take * effect immediately. * @@ -1479,11 +1479,11 @@ wlwatchdog(void *vsc) * * This function is the interrupt handler for the WaveLAN * board. This routine will be called whenever either a packet - * is received, or a packet has successfully been transfered and + * is received, or a packet has successfully been transferred and * the unit is ready to transmit another packet. * * input : board number that interrupted - * output : either a packet is received, or a packet is transfered + * output : either a packet is received, or a packet is transferred * */ static void @@ -1500,7 +1500,7 @@ wlintr(void *arg) #endif if ((int_type = WL_READ_2(sc, HASR)) & HASR_MMC_INTR) { - /* handle interrupt from the modem management controler */ + /* handle interrupt from the modem management controller */ /* This will clear the interrupt condition */ (void) wlmmcread(sc, MMC_DCE_STATUS); /* ignored for now */ } |
