aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2012-04-25 02:05:14 +0000
committerEd Maste <emaste@FreeBSD.org>2012-04-25 02:05:14 +0000
commita3d2552747366c5cda5b14bca559162cc50b8018 (patch)
tree8d515dddfaefb4ef404ca1df8bd1a4a1b3bc4b84 /sys
parentf13112ff7891834b7aa2160c070e9f9d96c54dac (diff)
downloadsrc-a3d2552747366c5cda5b14bca559162cc50b8018.tar.gz
src-a3d2552747366c5cda5b14bca559162cc50b8018.zip
Fix cut-and-paste comment error
Submitted by: sbruno
Notes
Notes: svn path=/head/; revision=234665
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/e1000/if_igb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_igb.h b/sys/dev/e1000/if_igb.h
index 8ff1b4469300..2be0b08736be 100644
--- a/sys/dev/e1000/if_igb.h
+++ b/sys/dev/e1000/if_igb.h
@@ -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.