svn commit: r259545 - head/sys/dev/usb/wlan
Kevin Lo
kevlo at FreeBSD.org
Wed Dec 18 07:47:50 UTC 2013
Author: kevlo
Date: Wed Dec 18 07:47:50 2013
New Revision: 259545
URL: http://svnweb.freebsd.org/changeset/base/259545
Log:
Fix typo in comment.
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan/if_run.c
==============================================================================
--- head/sys/dev/usb/wlan/if_run.c Wed Dec 18 07:34:57 2013 (r259544)
+++ head/sys/dev/usb/wlan/if_run.c Wed Dec 18 07:47:50 2013 (r259545)
@@ -4471,7 +4471,7 @@ run_set_chan(struct run_softc *sc, struc
run_delay(sc, 10);
- /* Perform IQ calibrations. */
+ /* Perform IQ calibration. */
if (sc->mac_ver >= 0x5392)
run_iq_calib(sc, chan);
More information about the svn-src-head
mailing list