git: 9ad859dab2d4 - main - Fix minor grammar nit.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jan 2022 23:35:48 UTC
The branch main has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=9ad859dab2d4198c9f4be2e79e1b00b40281cef4 commit 9ad859dab2d4198c9f4be2e79e1b00b40281cef4 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2022-01-31 23:35:23 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2022-01-31 23:35:23 +0000 Fix minor grammar nit. --- UPDATING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index bfe54a46be97..d14219fe0d64 100644 --- a/UPDATING +++ b/UPDATING @@ -70,9 +70,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: Commit b8d60729deef changed the TCP congestion control framework so that any of the included congestion control modules could be the single module built into the kernel. Previously newreno - was automatically built in through direct reference. Has of + was automatically built in through direct reference. As of this commit you are required to declare at least one congestion - control module (e.g. 'options CC_NEWRENO') and to also delcare a + control module (e.g. 'options CC_NEWRENO') and to also declare a default using the CC_DEFAULT option (e.g. options CC_DEFAULT="newreno\"). The GENERIC configuation includes CC_NEWRENO and defines newreno as the default. If no congestion control option is built into the