git: edacf4b4824a - main - UPDATING: fix a typo, adjust a white space
Date: Fri, 18 Aug 2023 17:00:32 UTC
The branch main has been updated by grahamperrin:
URL: https://cgit.FreeBSD.org/src/commit/?id=edacf4b4824af3630a953eb1080baf9c46f176de
commit edacf4b4824af3630a953eb1080baf9c46f176de
Author: Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-08-18 16:55:25 +0000
Commit: Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-08-18 16:55:25 +0000
UPDATING: fix a typo, adjust a white space
From:
> … chagned. boot0sio …
to:
> … changed. boot0sio …
Fixes: 4722ceb7d53e Use 115200 bps by default for serial communication
---
UPDATING | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 705ca6431a32..b818d4dc8d29 100644
--- a/UPDATING
+++ b/UPDATING
@@ -34,7 +34,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
configuration.
Note that the early x86 BIOS bootloader (i.e., boot0sio) does not
- support rates above 9600 bps and is not chagned. boot0sio users may
+ support rates above 9600 bps and is not changed. boot0sio users may
set BOOT_COMCONSOLE_SPEED=9600 to use 9600 for all of the boot
components, or use the standard boot0 and have the boot2 stage start
with the serial port at 115200.