svn commit: r212855 - head/sys/dev/iwn

Bernhard Schmidt bschmidt at FreeBSD.org
Sun Sep 19 12:52:23 UTC 2010


Author: bschmidt
Date: Sun Sep 19 12:52:23 2010
New Revision: 212855
URL: http://svn.freebsd.org/changeset/base/212855

Log:
  Fix typo in previous commit.

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c	Sun Sep 19 12:47:41 2010	(r212854)
+++ head/sys/dev/iwn/if_iwn.c	Sun Sep 19 12:52:23 2010	(r212855)
@@ -5359,7 +5359,7 @@ iwn5000_rx_calib_result(struct iwn_softc
 	bus_dmamap_sync(sc->rxq.data_dmat, data->map, BUS_DMASYNC_POSTREAD);
 	len = (le32toh(desc->len) & FRAME_SIZE_MASK);
 
-	/* Remove length filed itself. */
+	/* Remove length field itself. */
 	len -= 4;
 
 	/*


More information about the svn-src-all mailing list