]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg: Fix typo.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Dispatcher / Dispatcher.c
index 4004a3ad6286d7224bb1045ba4f8ae62ea638b32..b9c3fb3bdb4bc47737a569764c5b75bce9efcd9f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI PEI Core dispatch services\r
   \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -863,7 +863,7 @@ PeiDispatcher (
 \r
             if (Private->SwitchStackSignal) {\r
               //\r
-              // Before switch stack from temporary memory to permenent memory, caculate the heap and stack\r
+              // Before switch stack from temporary memory to permenent memory, calculate the heap and stack\r
               // usage in temporary memory for debuging.\r
               //\r
               DEBUG_CODE_BEGIN ();\r
@@ -913,7 +913,7 @@ PeiDispatcher (
               ASSERT (NewStackSize >= SecCoreData->StackSize);\r
 \r
               //\r
-              // Caculate stack offset and heap offset between temporary memory and new permement \r
+              // Calculate stack offset and heap offset between temporary memory and new permement \r
               // memory seperately.\r
               //\r
               TopOfOldStack = (UINTN)SecCoreData->StackBase + SecCoreData->StackSize;\r
@@ -969,7 +969,7 @@ PeiDispatcher (
                 DEBUG ((EFI_D_INFO, "Heap Offset = 0x%lX Stack Offset = 0x%lX\n", (UINT64) Private->HeapOffset, (UINT64) Private->StackOffset));\r
 \r
                 //\r
-                // Caculate new HandOffTable and PrivateData address in permanent memory's stack\r
+                // Calculate new HandOffTable and PrivateData address in permanent memory's stack\r
                 //\r
                 if (StackOffsetPositive) {\r
                   SecCoreData = (CONST EFI_SEC_PEI_HAND_OFF *)((UINTN)(VOID *)SecCoreData + StackOffset);\r