diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
| commit | 453130d9bfc1c6d68b366dfcb041689d69f81295 (patch) | |
| tree | fe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/wl | |
| parent | 7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff) | |
Notes
Diffstat (limited to 'sys/dev/wl')
| -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 */ } |
