From 9ad859dab2d4198c9f4be2e79e1b00b40281cef4 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Mon, 31 Jan 2022 15:35:23 -0800 Subject: [PATCH] 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