From 57a0ef83ece3439b0c3728418ba99fca6d994cb4 Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 2 May 2016 17:44:03 +0000 Subject: dev/usb: minor spelling fixes in comments. No functional change. Reviewed by: hselasky --- sys/dev/usb/wlan/if_run.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/wlan/if_run.c') diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index 74a83ec..1a96776 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -1030,7 +1030,7 @@ run_vap_delete(struct ieee80211vap *vap) * There are numbers of functions need to be called in context thread. * Rather than creating taskqueue event for each of those functions, * here is all-for-one taskqueue callback function. This function - * gurantees deferred functions are executed in the same order they + * guarantees deferred functions are executed in the same order they * were enqueued. * '& RUN_CMDQ_MASQ' is to loop cmdq[]. */ @@ -3372,7 +3372,7 @@ run_tx(struct run_softc *sc, struct mbuf *m, struct ieee80211_node *ni) /* * Unlike PCI based devices, we don't get any interrupt from * USB devices, so we simulate FIFO-is-full interrupt here. - * Ralink recomends to drain FIFO stats every 100 ms, but 16 slots + * Ralink recommends to drain FIFO stats every 100 ms, but 16 slots * quickly get fulled. To prevent overflow, increment a counter on * every FIFO stat request, so we know how many slots are left. * We do this only in HOSTAP or multiple vap mode since FIFO stats @@ -4884,7 +4884,7 @@ run_update_beacon_cb(void *arg) /* * No need to call ieee80211_beacon_update(), run_update_beacon() - * is taking care of apropriate calls. + * is taking care of appropriate calls. */ if (rvp->beacon_mbuf == NULL) { rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); -- cgit v1.1