git: 74f28f7379 - main - status: 2023q1: aarch64-kasan: minor changes

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 19:47:02 UTC
The branch main has been updated by grahamperrin:

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

commit 74f28f7379a4d1b637252de112ff93780423206c
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-03-31 19:42:43 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-03-31 19:42:43 +0000

    status: 2023q1: aarch64-kasan: minor changes
    
    Grammar:
    
    > … As of … is …
    
    bhyve, lowercase.
    https://man.freebsd.org/cgi/man.cgi?query=bhyve&sektion=8&manpath=freebsd#DESCRIPTION
    
    A full stop for a final list item.
    
    Approved by:  salvadore
    Pull Request: https://github.com/freebsd/freebsd-doc/pull/144
---
 website/content/en/status/report-2023-01-2023-03/aarch64-kasan.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/en/status/report-2023-01-2023-03/aarch64-kasan.adoc b/website/content/en/status/report-2023-01-2023-03/aarch64-kasan.adoc
index 067d67195e..01b46dc37b 100644
--- a/website/content/en/status/report-2023-01-2023-03/aarch64-kasan.adoc
+++ b/website/content/en/status/report-2023-01-2023-03/aarch64-kasan.adoc
@@ -8,14 +8,14 @@ They are particularly effective in combination with regression testing suites or
 Unlike tools such as Valgrind, software must be recompiled to enable a given sanitizer, but sanitizers can be used in the kernel.
 Kernels with sanitizers enabled incur a significant performance overhead from the runtime, in both CPU utilization and memory usage.
 
-As of gitref:89c52f9d59fa[repository=src], the kernel address sanitizer that was previously exclusive to amd64 has now been ported to arm64.
+As of gitref:89c52f9d59fa[repository=src], the kernel address sanitizer that was previously exclusive to amd64 is ported to arm64.
 
 Prior testing has been done on a decent variety of machines, including:
 
 - Various Ampere Altra machines
 - QEMU
 - Microsoft's "Volterra" Devkit
-- BHyve (WIP)
+- bhyve (WIP).
 
 Further testing on other hardware would be both welcomed and appreciated.