From c48c6bf8fcf5bfa42b79fd5ae506975bc1bff008 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 18 Dec 2013 07:47:50 +0000 Subject: [PATCH] Fix typo in comment. --- sys/dev/usb/wlan/if_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index f45527d05a0..91585c25a60 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -4471,7 +4471,7 @@ run_set_chan(struct run_softc *sc, struct ieee80211_channel *c) run_delay(sc, 10); - /* Perform IQ calibrations. */ + /* Perform IQ calibration. */ if (sc->mac_ver >= 0x5392) run_iq_calib(sc, chan);