Forráskód Böngészése

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>
Pierre Gondois 3 éve
szülő
commit
272a1db63a

+ 2 - 2
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

+ 2 - 2
ArmPlatformPkg/PrePi/AArch64/ModuleEntryPoint.S

@@ -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
 //
@@ -11,7 +11,7 @@ ASM_FUNC(_ModuleEntryPoint)
   // Do early platform specific actions
   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)
   // Keep a copy of the MpId register value
   mov   x10, x0

+ 2 - 2
ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.S

@@ -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
 //
@@ -13,7 +13,7 @@ ASM_FUNC(_ModuleEntryPoint)
   // Do early platform specific actions
   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)
   // Keep a copy of the MpId register value
   mov   r8, r0

+ 2 - 2
ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.asm

@@ -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
 //
@@ -28,7 +28,7 @@ _ModuleEntryPoint
   // Do early platform specific actions
   bl    ArmPlatformPeiBootAction
 
-  // Get ID of this CPU in Multicore system
+  // Get ID of this CPU in multi-core system
   bl    ArmReadMpidr
   // Keep a copy of the MpId register value
   mov   r8, r0