Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2004 23:19:03 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66753 for review
Message-ID:  <200412092319.iB9NJ3Ir095862@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66753

Change 66753 by sam@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);
 



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