git: a00cf9fb03 - main - relnotes: wordsmith linuxboot entry

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 01 Dec 2025 18:51:03 UTC
The branch main has been updated by imp:

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

commit a00cf9fb0381d90de3850982389452b0019e1ece
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-12-01 18:50:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-12-01 18:50:16 +0000

    relnotes: wordsmith linuxboot entry
    
    Use a simpler construct, as I'm often given over to too much verbosity
    
    Sponsored by:           Netflix
---
 website/content/en/releases/15.0R/relnotes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index 90afa35202..03d437fd3b 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -1269,7 +1269,7 @@ The detection of ACPI is now done earlier in man:loader.efi[8] on arm64 systems.
 The copy of [.filename]#loader.efi# on the EFI partition should be updated on arm64 systems using ACPI.
 gitref:05cf4dda599a[repository=src] gitref:16c09de80135[repository=src]
 
-The LinuxBoot loader can be used to boot FreeBSD from Linux on aarch64 systems as well as amd64.
+The LinuxBoot loader can be used to boot FreeBSD from Linux on aarch64 and amd64.
 gitref:46010641267[repository=src] {{< sponsored "Netflix" >}}
 
 The BIOS boot loader added back support for gzip and bzip2, but removed support for graphics mode (by default) to address size problems.