svn commit: r234665 - head/sys/dev/e1000

Ed Maste emaste at FreeBSD.org
Wed Apr 25 02:05:15 UTC 2012


Author: emaste
Date: Wed Apr 25 02:05:14 2012
New Revision: 234665
URL: http://svn.freebsd.org/changeset/base/234665

Log:
  Fix cut-and-paste comment error
  
  Submitted by:	sbruno

Modified:
  head/sys/dev/e1000/if_igb.h

Modified: head/sys/dev/e1000/if_igb.h
==============================================================================
--- head/sys/dev/e1000/if_igb.h	Wed Apr 25 01:42:22 2012	(r234664)
+++ head/sys/dev/e1000/if_igb.h	Wed Apr 25 02:05:14 2012	(r234665)
@@ -52,7 +52,7 @@
 #define IGB_MAX_TXD		4096
 
 /*
- * IGB_RXD: Maximum number of Transmit Descriptors
+ * IGB_RXD: Maximum number of Receive Descriptors
  *
  *   This value is the number of receive descriptors allocated by the driver.
  *   Increasing this value allows the driver to buffer more incoming packets.


More information about the svn-src-all mailing list