diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index 0767dffc916..1bfcbed6a57 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);