Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2010 12:52:23 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212855 - head/sys/dev/iwn
Message-ID:  <201009191252.o8JCqNK6002333@svn.freebsd.org>

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



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