git: feda7f70f4 - main - 12.4 Release notes: Fix another round of typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Nov 2022 20:01:53 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/doc/commit/?id=feda7f70f4ebb873a9a24d48fb0424398db42001
commit feda7f70f4ebb873a9a24d48fb0424398db42001
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-11-12 19:01:12 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-12 19:01:12 +0000
12.4 Release notes: Fix another round of typos
Reported by: pauamma@
---
website/content/en/releases/12.4R/relnotes.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index e65c7c13a2..b62d50db9d 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -236,7 +236,7 @@ The man:mpr[4] and man:mps[4] drivers had some panic fixed and a more robust dev
The man:ocs_fc[4] device driver had a use-after-free bug fixed along with some memory leaks.
-The man:pfsync[4] pseudo-device had some locking, defer mode and NULL check bug fixed.
+The man:pfsync[4] pseudo-device had some locking, defer mode, and NULL check bugs fixed.
The man:random[4] device had some improvements that now make entropy sources deregistration-safe. On x86 prefer RDSEED over RDRAND when available as per Intel documentation.