]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Fix 'caculate' typos
authorHao Wu <hao.a.wu@intel.com>
Wed, 6 Jan 2016 01:13:35 +0000 (01:13 +0000)
committerhwu1225 <hwu1225@Edk2>
Wed, 6 Jan 2016 01:13:35 +0000 (01:13 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19604 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Source/C/GenBootSector/GenBootSector.c
BaseTools/Source/C/GenFv/GenFvInternalLib.c

index 40cb19fb59e17bbb4b1966d06fdc062a14fa5a1b..c218548a4c4943bf0df09a3312345692a858e6e9 100644 (file)
@@ -278,7 +278,7 @@ GetBootSectorOffset (
 Description:\r
   Get the offset of boot sector.\r
   For non-MBR disk, offset is just 0\r
-  for disk with MBR, offset needs to be caculated by parsing MBR\r
+  for disk with MBR, offset needs to be calculated by parsing MBR\r
 \r
   NOTE: if no one is active, we will patch MBR to select first partition as active.\r
 \r
index 10bb88b0a88c3625b7aaa5b7c9a7669bd938fe1e..6ab8a24d4e848c9a2d0e0db2e4acaf8dec76e147 100644 (file)
@@ -2787,7 +2787,7 @@ Returns:
   }\r
   \r
   //\r
-  // Caculate the required sizes for all FFS files.\r
+  // Calculate the required sizes for all FFS files.\r
   //\r
   CurrentOffset = sizeof (EFI_FIRMWARE_VOLUME_HEADER);\r
   \r
@@ -2904,7 +2904,7 @@ Returns:
     }\r
   }\r
   CurrentOffset += VtfFileSize;\r
-  DebugMsg (NULL, 0, 9, "FvImage size", "The caculated fv image size is 0x%x and the current set fv image size is 0x%x", (unsigned) CurrentOffset, (unsigned) FvInfoPtr->Size);\r
+  DebugMsg (NULL, 0, 9, "FvImage size", "The calculated fv image size is 0x%x and the current set fv image size is 0x%x", (unsigned) CurrentOffset, (unsigned) FvInfoPtr->Size);\r
   \r
   if (FvInfoPtr->Size == 0) { \r
     //\r