]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.c
StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone
[mirror_edk2.git] / StandaloneMmPkg / Drivers / StandaloneMmCpu / AArch64 / StandaloneMmCpu.c
index 85a9c108aea4902f7e64faf5beb505b5eeb1a63c..203a32baaaf9c4775650b1394fba69b414161475 100644 (file)
@@ -74,7 +74,7 @@ GetGuidedHobData (
 }\r
 \r
 EFI_STATUS\r
-StandloneMmCpuInitialize (\r
+StandaloneMmCpuInitialize (\r
   IN EFI_HANDLE         ImageHandle,  // not actual imagehandle\r
   IN EFI_MM_SYSTEM_TABLE   *SystemTable  // not actual systemtable\r
   )\r
@@ -147,8 +147,8 @@ StandloneMmCpuInitialize (
   // Share the entry point of the CPU driver\r
   DEBUG ((DEBUG_INFO, "Sharing Cpu Driver EP *0x%lx = 0x%lx\n",\r
           (UINT64) CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr,\r
-          (UINT64) PiMmStandloneArmTfCpuDriverEntry));\r
-  *(CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr) = PiMmStandloneArmTfCpuDriverEntry;\r
+          (UINT64) PiMmStandaloneArmTfCpuDriverEntry));\r
+  *(CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr) = PiMmStandaloneArmTfCpuDriverEntry;\r
 \r
   // Find the descriptor that contains the whereabouts of the buffer for\r
   // communication with the Normal world.\r