StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone

Fix a couple of occurrences of typo Standlone -> Standalone

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
This commit is contained in:
Ard Biesheuvel
2019-01-16 21:22:29 +01:00
parent 2cc186178b
commit c8102727ed
4 changed files with 7 additions and 13 deletions

View File

@@ -18,12 +18,12 @@
[Defines]
INF_VERSION = 0x0001001A
BASE_NAME = StandloneMmCpu
BASE_NAME = StandaloneMmCpu
FILE_GUID = 58F7A62B-6280-42A7-BC38-10535A64A92C
MODULE_TYPE = MM_STANDALONE
VERSION_STRING = 1.0
PI_SPECIFICATION_VERSION = 0x00010032
ENTRY_POINT = StandloneMmCpuInitialize
ENTRY_POINT = StandaloneMmCpuInitialize
[Sources]
StandaloneMmCpu.c