summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-09-22 04:03:10 +0000
committerwpaul <wpaul@FreeBSD.org>2000-09-22 04:03:10 +0000
commitae08381773688952efceda39a26d6a24d6e1a33a (patch)
tree39ae5afaecdb9ed011a6d9fd1ff9752b0c64684b
parent9d6e371055262bb0fc5bc944c8c181497fe46bae (diff)
downloadFreeBSD-src-ae08381773688952efceda39a26d6a24d6e1a33a.zip
FreeBSD-src-ae08381773688952efceda39a26d6a24d6e1a33a.tar.gz
Typo in comment (decent performances -> decent performance).
-rw-r--r--sys/pci/if_pcn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index 0767dff..1bfcbed 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -1114,7 +1114,7 @@ static void pcn_init(xsc)
/*
* Enable burst read and write. Also set the no underflow
* bit. This will avoid transmit underruns in certain
- * conditions while still providing decent performances.
+ * conditions while still providing decent performance.
*/
PCN_BCR_SETBIT(sc, PCN_BCR_BUSCTL, PCN_BUSCTL_NOUFLOW|
PCN_BUSCTL_BREAD|PCN_BUSCTL_BWRITE);
OpenPOWER on IntegriCloud