PERFORCE change 66753 for review

Sam Leffler sam at FreeBSD.org
Thu Dec 9 15:19:04 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66753

Change 66753 by sam at sam_ebb on 2004/12/09 23:18:04

	fix comment

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#41 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#41 (text+ko) ====

@@ -2919,8 +2919,8 @@
 	ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
 	hdrlen = ieee80211_anyhdrsize(wh);
 	/*
-	 * Packet length must not include by any
-	 * pad bytes; deduct it here.
+	 * Packet length must not include any
+	 * pad bytes; deduct them here.
 	 */
 	pktlen = m0->m_pkthdr.len - (hdrlen & 3);
 


More information about the p4-projects mailing list