]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/AArch64/ArmLibSupportV8.S
ArmPkg: Fix various typos
[mirror_edk2.git] / ArmPkg / Library / ArmLib / AArch64 / ArmLibSupportV8.S
index c9aab63f36816ae8c51ecaf8d390ca749e39dada..0e8d21e2264f7c165dcaa14821fa6ce32a940cec 100644 (file)
@@ -23,7 +23,7 @@
 \r
 \r
 ASM_FUNC(ArmIsMpCore)\r
-  mrs   x0, mpidr_el1         // Read EL1 Mutliprocessor Affinty Reg (MPIDR)\r
+  mrs   x0, mpidr_el1         // Read EL1 Multiprocessor Affinty Reg (MPIDR)\r
   and   x0, x0, #MPIDR_U_MASK // U Bit clear, the processor is part of a multiprocessor system\r
   lsr   x0, x0, #MPIDR_U_BIT\r
   eor   x0, x0, #1\r