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;
 
        /*
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to