git: a8e17227ee - main - 12.4 Release notes: Fix typos/syntax.

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sat, 12 Nov 2022 18:26:37 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a8e17227ee2e1c4aec86e90b3bc58771bae70d78

commit a8e17227ee2e1c4aec86e90b3bc58771bae70d78
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-11-12 17:25:36 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-12 17:25:36 +0000

    12.4 Release notes: Fix typos/syntax.
    
    s/ICP/ICMP
    s/fixed,/fixed, and/
    
    Reported by:    pauamma@
---
 website/content/en/releases/12.4R/relnotes.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 6da6b8c429..313f035da4 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -193,11 +193,11 @@ This section covers changes to kernel configurations, system tuning, and system
 
 The man:hwpmc[4] framework had a counter/interrupt state initialization bug fixed for arm64. It also added IDs for Intel Comet/Ice/Tiger/Rocketlake CPUs.
 
-The man:iflib[4] network interface driver framework had a lock order reversal (LOR) fixed, the vlan processing in the drivers has been fixed. Also some data races that produced crashes on VMWare guests using the vmxnet3 driver have been fixed.
+The man:iflib[4] network interface driver framework had a lock order reversal (LOR) fixed, and the vlan processing in the drivers has been fixed. Also some data races that produced crashes on VMWare guests using the vmxnet3 driver have been fixed.
 
 The man:net80211[4] interface has improved several validations including Mesh ID length and SSID length. It also prevents plaintext injection by A-MSDU RFC1042/EAPOL frames and rejects mixed plaintext/encrypted fragments.
 
-The man:pf[4] framework had some memory leaks fixed and now ensures the correct source/destination IP address in ICP errors. It also provides improved route-to handling of pfsync'd states along with other changes and improvements.
+The man:pf[4] framework had some memory leaks fixed and now ensures the correct source/destination IP address in ICMP errors. It also provides improved route-to handling of pfsync'd states along with other changes and improvements.
 
 The man:sched_ule[4] scheduler bad a bug fixed about a loss of significance when setting kern.sched.interact above 32.