From ae08381773688952efceda39a26d6a24d6e1a33a Mon Sep 17 00:00:00 2001 From: wpaul Date: Fri, 22 Sep 2000 04:03:10 +0000 Subject: Typo in comment (decent performances -> decent performance). --- sys/pci/if_pcn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1