Re: Typo in if_bge.c

2024-02-10 Thread Jason McIntyre
On Sat, Feb 10, 2024 at 07:05:01PM +0200, Andrius V wrote:
> Multiple typos were fixed in this file in the past, but one slipped away.
> 

fixed, thanks.
jmc

> diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
> index 8dc020150c7..4ad031a5ec9 100644
> --- a/sys/dev/pci/if_bge.c
> +++ b/sys/dev/pci/if_bge.c
> @@ -2099,7 +2099,7 @@ bge_blockinit(struct bge_softc *sc)
>  * The BD ring replenish thresholds control how often the
>  * hardware fetches new BD's from the producer rings in host
>  * memory.  Setting the value too low on a busy system can
> -* starve the hardware and recue the throughput.
> +* starve the hardware and reduce the throughput.
>  *
>  * Set the BD ring replenish thresholds. The recommended
>  * values are 1/8th the number of descriptors allocated to
> 



Typo in if_bge.c

2024-02-10 Thread Andrius V
Multiple typos were fixed in this file in the past, but one slipped away.

diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 8dc020150c7..4ad031a5ec9 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -2099,7 +2099,7 @@ bge_blockinit(struct bge_softc *sc)
 * The BD ring replenish thresholds control how often the
 * hardware fetches new BD's from the producer rings in host
 * memory.  Setting the value too low on a busy system can
-* starve the hardware and recue the throughput.
+* starve the hardware and reduce the throughput.
 *
 * Set the BD ring replenish thresholds. The recommended
 * values are 1/8th the number of descriptors allocated to