Revision: 19604
          http://sourceforge.net/p/edk2/code/19604
Author:   hwu1225
Date:     2016-01-06 01:13:35 +0000 (Wed, 06 Jan 2016)
Log Message:
-----------
BaseTools: Fix 'caculate' typos

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a...@intel.com>
Reviewed-by: Liming Gao <liming....@intel.com>

Modified Paths:
--------------
    trunk/edk2/BaseTools/Source/C/GenBootSector/GenBootSector.c
    trunk/edk2/BaseTools/Source/C/GenFv/GenFvInternalLib.c

Modified: trunk/edk2/BaseTools/Source/C/GenBootSector/GenBootSector.c
===================================================================
--- trunk/edk2/BaseTools/Source/C/GenBootSector/GenBootSector.c 2016-01-06 
01:13:07 UTC (rev 19603)
+++ trunk/edk2/BaseTools/Source/C/GenBootSector/GenBootSector.c 2016-01-06 
01:13:35 UTC (rev 19604)
@@ -278,7 +278,7 @@
 Description:
   Get the offset of boot sector.
   For non-MBR disk, offset is just 0
-  for disk with MBR, offset needs to be caculated by parsing MBR
+  for disk with MBR, offset needs to be calculated by parsing MBR
 
   NOTE: if no one is active, we will patch MBR to select first partition as 
active.
 

Modified: trunk/edk2/BaseTools/Source/C/GenFv/GenFvInternalLib.c
===================================================================
--- trunk/edk2/BaseTools/Source/C/GenFv/GenFvInternalLib.c      2016-01-06 
01:13:07 UTC (rev 19603)
+++ trunk/edk2/BaseTools/Source/C/GenFv/GenFvInternalLib.c      2016-01-06 
01:13:35 UTC (rev 19604)
@@ -2787,7 +2787,7 @@
   }
   
   //
-  // Caculate the required sizes for all FFS files.
+  // Calculate the required sizes for all FFS files.
   //
   CurrentOffset = sizeof (EFI_FIRMWARE_VOLUME_HEADER);
   
@@ -2904,7 +2904,7 @@
     }
   }
   CurrentOffset += VtfFileSize;
-  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);
+  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);
   
   if (FvInfoPtr->Size == 0) { 
     //


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to