hi,

while reading if_em.h i've bumped into a few typos.

ok?

# cvs diff -Nup if_em.h 
Index: if_em.h
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_em.h,v
retrieving revision 1.48
diff -u -p -r1.48 if_em.h
--- if_em.h     7 Sep 2010 16:21:44 -0000       1.48
+++ if_em.h     16 Apr 2013 19:25:56 -0000
@@ -92,7 +92,7 @@ POSSIBILITY OF SUCH DAMAGE.
  *   Increasing this value allows the driver to queue more transmits. Each
  *   descriptor is 16 bytes.
  *   Since TDLEN should be multiple of 128bytes, the number of transmit
- *   desscriptors should meet the following condition.
+ *   descriptors should meet the following condition.
  *      (num_tx_desc * sizeof(struct em_tx_desc)) % 128 == 0
  */
 #define EM_MAX_TXD_82543               256
@@ -108,7 +108,7 @@ POSSIBILITY OF SUCH DAMAGE.
  *   Each descriptor is 16 bytes.  A receive buffer is also allocated for each
  *   descriptor. The maximum MTU size is 16110.
  *   Since TDLEN should be multiple of 128bytes, the number of transmit
- *   desscriptors should meet the following condition.
+ *   descriptors should meet the following condition.
  *      (num_tx_desc * sizeof(struct em_tx_desc)) % 128 == 0
  */
 #define EM_MAX_RXD_82543               256

Reply via email to