Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 07:47:50 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259545 - head/sys/dev/usb/wlan
Message-ID:  <201312180747.rBI7loWH080429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312180747.rBI7loWH080429>