git: ffc053d149 - main - Status/2023Q2: typo fixes

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Tue, 25 Jul 2023 15:19:23 UTC
The branch main has been updated by maxim:

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

commit ffc053d149ecbaa2ed56a1bb464d6b7f80497d6a
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2023-07-25 15:17:21 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2023-07-25 15:17:21 +0000

    Status/2023Q2: typo fixes
---
 website/content/en/status/report-2023-04-2023-06/kboot.adoc     | 4 ++--
 website/content/en/status/report-2023-04-2023-06/lldb-kmod.adoc | 4 ++--
 website/content/en/status/report-2023-04-2023-06/pf.adoc        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/content/en/status/report-2023-04-2023-06/kboot.adoc b/website/content/en/status/report-2023-04-2023-06/kboot.adoc
index c6a199cfa1..4c7243d6c6 100644
--- a/website/content/en/status/report-2023-04-2023-06/kboot.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/kboot.adoc
@@ -30,9 +30,9 @@ FreeBSD/aarch64 now can boot from Linux in a LinuxBoot environment, with support
 Memory layout passed in for GICv3 workarounds.
 Need patch for aarch64 kernel for the GICv3 workaround (link:https://reviews.freebsd.org/D40902[]).
 
-FreBSD/amd64 support is in progress and is maybe 80% done.
+FreeBSD/amd64 support is in progress and is maybe 80% done.
 The amd64 boot environment places more requirements on the boot loader to provide data for the kernel than aarch64, due to amd64 being an older port.
-All sources for data in the BIOS enviornment had to be provided by the boot loader since the kernel had no access to them from long mode.
+All sources for data in the BIOS environment had to be provided by the boot loader since the kernel had no access to them from long mode.
 While UEFI and ACPI provide ways for the kernel to get this data, much of the data must still be provided by the boot loader.
 The kernel panics during initialization since all these prerequisites have not been discovered and implemented.
 
diff --git a/website/content/en/status/report-2023-04-2023-06/lldb-kmod.adoc b/website/content/en/status/report-2023-04-2023-06/lldb-kmod.adoc
index 56a6cb3e7f..af10d04ffe 100644
--- a/website/content/en/status/report-2023-04-2023-06/lldb-kmod.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/lldb-kmod.adoc
@@ -1,4 +1,4 @@
-=== LLDB Kernel Module Imporvement
+=== LLDB Kernel Module Improvement
 
 Links: +
 link:https://wiki.freebsd.org/SummerOfCode2023Projects/LLDBKernelModuleImprovement[GSoC Wiki Project] URL: link:https://wiki.freebsd.org/SummerOfCode2023Projects/LLDBKernelModuleImprovement[] +
@@ -10,7 +10,7 @@ FreeBSD project uses LLVM as its toolchain.
 The LLVM  project has bundled with a debugger called LLDB.
 In LLDB, the userspace debugging facilities has been well implemented.
 However, in the kernel space, there are still some works have to be done.
-One of the work is the kernel module debug facility for LLDB - that is, prase the loaded module data provided by the kernel core dump and loading the module objects.
+One of the work is the kernel module debug facility for LLDB - that is, parse the loaded module data provided by the kernel core dump and loading the module objects.
 The goal is to implement such plugin for LLDB, and this is an ongoing GSoC Project for now.
 
 https://github.com/aokblast/freebsd-src/tree/lldb_dynamicloader_freebsd_kernel[Project Codebase] is the whole code of my work.
diff --git a/website/content/en/status/report-2023-04-2023-06/pf.adoc b/website/content/en/status/report-2023-04-2023-06/pf.adoc
index 58b1168186..a0fb75257f 100644
--- a/website/content/en/status/report-2023-04-2023-06/pf.adoc
+++ b/website/content/en/status/report-2023-04-2023-06/pf.adoc
@@ -37,7 +37,7 @@ Naman finished the work started by Luiz Amaral.
 
 ==== SCTP
 
-There is work in progres to support SCTP in pf.
+There is work in progress to support SCTP in pf.
 That support includes filtering on port numbers, state tracking, pfsync failover and returning ABORT chunks for rejected connections.
 
 Sponsor: InnoGames GmbH