git: d261fe2f00 - main - Status/2025Q3: typo fixes

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Sun, 05 Oct 2025 17:11:36 UTC
The branch main has been updated by maxim:

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

commit d261fe2f00f80380b953abbff3591e8bbcba5d6f
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-10-05 17:11:24 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2025-10-05 17:11:24 +0000

    Status/2025Q3: typo fixes
---
 website/content/en/status/report-2025-07-2025-09/drm-drivers.adoc   | 2 +-
 website/content/en/status/report-2025-07-2025-09/lkpi-wireless.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/en/status/report-2025-07-2025-09/drm-drivers.adoc b/website/content/en/status/report-2025-07-2025-09/drm-drivers.adoc
index c48c7cf69f..eb143bccba 100644
--- a/website/content/en/status/report-2025-07-2025-09/drm-drivers.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/drm-drivers.adoc
@@ -17,7 +17,7 @@ This quarter, the work was slower with the holidays.
 However, there are still issues that need to be worked on:
 * There is a regression in the integration of the `amdgpu` driver with man:vt[4], causing the console to go blank once the driver is loaded.
   A graphical session still works though.
-* There are significant changes to the `radix-tree` suppport in `linuxkpi` that needs more testing.
+* There are significant changes to the `radix-tree` support in `linuxkpi` that needs more testing.
 * The `siphash` code committed to `linuxkpi` is not working yet.
 
 The pull request on GitHub and the associated freebsd-src branch may not have the latest versions, until the compilation and load failures are fixed.
diff --git a/website/content/en/status/report-2025-07-2025-09/lkpi-wireless.adoc b/website/content/en/status/report-2025-07-2025-09/lkpi-wireless.adoc
index d1c78852d3..1c6580dd7e 100644
--- a/website/content/en/status/report-2025-07-2025-09/lkpi-wireless.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/lkpi-wireless.adoc
@@ -7,7 +7,7 @@ This report focuses on the efforts using permissively licensed Linux wireless dr
 
 Work is ongoing for Mediatek mt76-based PCIe card support.
 
-LinuxKPI 802.11 (man:linuxkpi_wlan[4]) updates were comitted for scanning and beacon handling improvements and more robustness.
+LinuxKPI 802.11 (man:linuxkpi_wlan[4]) updates were committed for scanning and beacon handling improvements and more robustness.
 
 LinuxKPI updates were done in order to import newer versions of man:iwlwifi[4], man:rtw88[4], and man:rtw89[4] drivers.
 Work on suspend and resume for LinuxKPI-based wireless drivers has a possible solution which will need community testing and feedback.