git: ed76a9506aaa - main - stand: Fix typo (triple S)

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 28 Dec 2023 03:26:13 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=ed76a9506aaa81426ded64bb0e1f96c6509c32ea

commit ed76a9506aaa81426ded64bb0e1f96c6509c32ea
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:31 +0000

    stand: Fix typo (triple S)
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
 stand/efi/include/eficon.h       | 2 +-
 stand/kboot/arch/aarch64/tramp.S | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stand/efi/include/eficon.h b/stand/efi/include/eficon.h
index 39855b8b0725..3196ef4b4bf5 100644
--- a/stand/efi/include/eficon.h
+++ b/stand/efi/include/eficon.h
@@ -485,7 +485,7 @@ EFI_STATUS
 
   Returns:
     EFI_SUCCESS             - The notification function was registered successfully.
-    EFI_OUT_OF_RESOURCES    - Unable to allocate resources for necesssary data structures.
+    EFI_OUT_OF_RESOURCES    - Unable to allocate resources for necessary data structures.
     EFI_INVALID_PARAMETER   - KeyData or NotifyHandle is NULL.
 
 --*/
diff --git a/stand/kboot/arch/aarch64/tramp.S b/stand/kboot/arch/aarch64/tramp.S
index 9304ca325299..32616f239c50 100644
--- a/stand/kboot/arch/aarch64/tramp.S
+++ b/stand/kboot/arch/aarch64/tramp.S
@@ -37,7 +37,7 @@
  * location with the needed alignment, etc. It does this, and then we take over.
  *
  * The linux kernel will helpfully turn off the MMU, flush the caches, disables
- * them, etc. It calls the tramp with two args: FDT blob addresss in x0 and the
+ * them, etc. It calls the tramp with two args: FDT blob address in x0 and the
  * EL2 vectors in x1. Currently, we make use of neither of these parameters: we
  * pass whatever dtb we think we need as part of the module data and we're a bit
  * weak on hypervisor support at the moment. _start's requirements are all