summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-09-07 17:06:17 +0000
committerwpaul <wpaul@FreeBSD.org>1999-09-07 17:06:17 +0000
commit214423fce236effd4370260f28cc3f2497f9e4ff (patch)
tree0f2e7a81b9dd6124833c0b413d6dd30d0dd49a46
parent7357a87ddfa888278fb56f4edb37429919af9539 (diff)
downloadFreeBSD-src-214423fce236effd4370260f28cc3f2497f9e4ff.zip
FreeBSD-src-214423fce236effd4370260f28cc3f2497f9e4ff.tar.gz
Fix comment: RX underrun -> RX overrun.
-rw-r--r--sys/pci/if_dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_dm.c b/sys/pci/if_dm.c
index 4f797cc..97ff502 100644
--- a/sys/pci/if_dm.c
+++ b/sys/pci/if_dm.c
@@ -48,7 +48,7 @@
*
* The DM9102's DMA engine seems pretty weak. Multi-fragment transmits
* don't seem to work well, and on slow machines you get lots of RX
- * underruns.
+ * overruns.
*/
#include "bpf.h"
OpenPOWER on IntegriCloud