From 2afb3c1e4827b9719f7a0d9285d25d3056d1adbd Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 11 Feb 2024 06:40:46 +0000 Subject: [PATCH] recue -> reduce (in comment); from andrius v --- sys/dev/pci/if_bge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 8dc020150c7..547daaed346 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.402 2023/11/10 15:51:20 bluhm Exp $ */ +/* $OpenBSD: if_bge.c,v 1.403 2024/02/11 06:40:46 jmc Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -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 -- 2.20.1