diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-02-11 06:40:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-02-11 06:40:47 +0000 |
commit | 9581980b2214bef3879472f1de26c946e1bd9a42 (patch) | |
tree | aa691855cd1952ef2014ab16fefb1c993767f555 /sys | |
parent | 5210add1f71e19b407e18856fbd0e4502d40b4e0 (diff) |
recue -> reduce (in comment); from andrius v
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
1 files 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 |