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>
This commit is contained in:
Pierre Gondois
2020-11-13 11:31:01 +00:00
committed by mergify[bot]
parent 061cbbc111
commit 272a1db63a
4 changed files with 8 additions and 8 deletions

View File

@ -26,8 +26,8 @@
SKUID_IDENTIFIER = DEFAULT SKUID_IDENTIFIER = DEFAULT
[BuildOptions] [BuildOptions]
RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG RELEASE_*_*_CC_FLAGS = -D MDEPKG_NDEBUG
*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
[PcdsFixedAtBuild] [PcdsFixedAtBuild]
gArmTokenSpaceGuid.PcdFdBaseAddress|0x0 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0

View File

@ -1,5 +1,5 @@
// //
// Copyright (c) 2011-2015, ARM Limited. All rights reserved. // Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
// //
// SPDX-License-Identifier: BSD-2-Clause-Patent // SPDX-License-Identifier: BSD-2-Clause-Patent
// //
@ -11,7 +11,7 @@ ASM_FUNC(_ModuleEntryPoint)
// Do early platform specific actions // Do early platform specific actions
bl ASM_PFX(ArmPlatformPeiBootAction) bl ASM_PFX(ArmPlatformPeiBootAction)
// Get ID of this CPU in Multicore system // Get ID of this CPU in multi-core system
bl ASM_PFX(ArmReadMpidr) bl ASM_PFX(ArmReadMpidr)
// Keep a copy of the MpId register value // Keep a copy of the MpId register value
mov x10, x0 mov x10, x0

View File

@ -1,5 +1,5 @@
// //
// Copyright (c) 2011-2015, ARM Limited. All rights reserved. // Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
// //
// SPDX-License-Identifier: BSD-2-Clause-Patent // SPDX-License-Identifier: BSD-2-Clause-Patent
// //
@ -13,7 +13,7 @@ ASM_FUNC(_ModuleEntryPoint)
// Do early platform specific actions // Do early platform specific actions
bl ASM_PFX(ArmPlatformPeiBootAction) bl ASM_PFX(ArmPlatformPeiBootAction)
// Get ID of this CPU in Multicore system // Get ID of this CPU in multi-core system
bl ASM_PFX(ArmReadMpidr) bl ASM_PFX(ArmReadMpidr)
// Keep a copy of the MpId register value // Keep a copy of the MpId register value
mov r8, r0 mov r8, r0

View File

@ -1,5 +1,5 @@
// //
// Copyright (c) 2011-2015, ARM Limited. All rights reserved. // Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
// //
// SPDX-License-Identifier: BSD-2-Clause-Patent // SPDX-License-Identifier: BSD-2-Clause-Patent
// //
@ -28,7 +28,7 @@ _ModuleEntryPoint
// Do early platform specific actions // Do early platform specific actions
bl ArmPlatformPeiBootAction bl ArmPlatformPeiBootAction
// Get ID of this CPU in Multicore system // Get ID of this CPU in multi-core system
bl ArmReadMpidr bl ArmReadMpidr
// Keep a copy of the MpId register value // Keep a copy of the MpId register value
mov r8, r0 mov r8, r0