stand: Fix typo (triple S)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
Jose Luis Duran 2023-12-27 20:17:16 -07:00 committed by Warner Losh
parent 2d3d29c29c
commit ed76a9506a
2 changed files with 2 additions and 2 deletions

View File

@ -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.
--*/

View File

@ -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