From b58da0629dd79680b83baa0505429eb9999bf37a Mon Sep 17 00:00:00 2001 From: Aristo Chen Date: Tue, 3 Oct 2023 13:57:40 +0800 Subject: [PATCH] building: standalonemm: Fix typo * From `StandAlomeMM` to `StandAloneMM` * From `in and RPMB partition` to `in an RPMB partition` Signed-off-by: Aristo Chen Reviewed-by: Joakim Bech Reviewed-by: Etienne Carriere --- building/efi_vars/stmm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/building/efi_vars/stmm.rst b/building/efi_vars/stmm.rst index 08d9ff46..47ca6d23 100644 --- a/building/efi_vars/stmm.rst +++ b/building/efi_vars/stmm.rst @@ -4,9 +4,9 @@ StandAloneMM ############ -StandAlomeMM is a PE/COFF binary produced by EDK2. For Arm platforms we +StandAloneMM is a PE/COFF binary produced by EDK2. For Arm platforms we can compile and use it, in combination with OP-TEE to store EFI variables -in and RPMB partition of our eMMC. +in an RPMB partition of our eMMC. EDK2 Build instructions ***********************