Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2025 03:15:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e239f49146e0 - main - UPDATING: fix typos
Message-ID:  <202509150315.58F3FaLU053889@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e239f49146e0b8a400db5eb014f4a3f706380780

commit e239f49146e0b8a400db5eb014f4a3f706380780
Author:     Harry Fellowes <harryfellowes1@gmail.com>
AuthorDate: 2025-09-14 18:12:33 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-09-15 03:07:13 +0000

    UPDATING: fix typos
    
    Fixed typos in UPDATING
    
    Signed-off-by: Harry Fellowes <harryfellowes1@gmail.com>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1846
---
 UPDATING | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/UPDATING b/UPDATING
index f36cfdd9997d..999babfb6d7d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -333,8 +333,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
 
 20250106:
 	A new SOC_ROCKCHIP options appeared, so if you have a custom kernel configuration
-	targetting Rockchip SoC you need to add it so shared and mandatory drivers for
-	this SoC familly will be selected.
+	targeting Rockchip SoC you need to add it so shared and mandatory drivers for
+	this SoC family will be selected.
 	Also a new rk8xx device was added, this select the base driver for Rockchip PMIC.
 
 20241223:
@@ -529,7 +529,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
 20230817:
 	Serial communication (in boot loaders, kernel, and userland) has
 	been changed to default to 115200 bps, in line with common industry
-	practice and typcial firmware serial console redirection
+	practice and typical firmware serial console redirection
 	configuration.
 
 	Note that the early x86 BIOS bootloader (i.e., boot0sio) does not
@@ -613,7 +613,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
 	runs
 		make -j${JOB_MAX} buildworld > ../buildworld.log 2>&1
 
-	where JOB_MAX is derrived from ncpus in local.sys.mk if not set in env.
+	where JOB_MAX is derived from ncpus in local.sys.mk if not set in env.
 
 20230316:
 	Video related devices for some arm devices have been renamed.
@@ -641,7 +641,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
 20230130:
 	As of commit 7c40e2d5f685, the dependency on netlink(4) has been added
 	to the linux_common(4) module. Users relying on linux_common may need
-	to complile netlink(4) module if it is not present in their kernel.
+	to compile netlink(4) module if it is not present in their kernel.
 
 20230126:
 	The WITHOUT_CXX option has been removed. C++ components in the base
@@ -661,7 +661,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
 
 20221205:
 	dma(8) has replaced sendmail(8) as the default mta.  For people willing
-	to reenable sendmail(8):
+	to re-enable sendmail(8):
 
 	$ cp /usr/share/examples/sendmail/mailer.conf /etc/mail/mailer.conf
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509150315.58F3FaLU053889>