diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2020-11-13 11:31:01 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-12-09 15:32:12 +0000 |
commit | 272a1db63a09087ce3da4cf44ec7b758611ff1ed (patch) | |
tree | a361f589487bb27786a1f37769a7392139d07c60 /ArmPlatformPkg/ArmPlatformPkg.dsc | |
parent | 061cbbc1115eb7360f2c7627d53d13e35d63cbe3 (diff) | |
download | edk2-272a1db63a09087ce3da4cf44ec7b758611ff1ed.tar.gz |
ArmPlatformPkg: Fix cspell reported spelling/wording
The edk2 CI runs the "cspell" spell checker tool. Some words
are not recognized by the tool, triggering errors.
This patch modifies some spelling/wording detected by cspell.
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Diffstat (limited to 'ArmPlatformPkg/ArmPlatformPkg.dsc')
-rw-r--r-- | ArmPlatformPkg/ArmPlatformPkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/ArmPlatformPkg.dsc b/ArmPlatformPkg/ArmPlatformPkg.dsc index 877b12b3b4..b92ef712be 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.dsc +++ b/ArmPlatformPkg/ArmPlatformPkg.dsc @@ -26,8 +26,8 @@ SKUID_IDENTIFIER = DEFAULT
[BuildOptions]
- RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
- *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
+ RELEASE_*_*_CC_FLAGS = -D MDEPKG_NDEBUG
+ *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
[PcdsFixedAtBuild]
gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
|