]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix typo.
authorYao, Jiewen <jiewen.yao@intel.com>
Wed, 25 Feb 2015 03:11:05 +0000 (03:11 +0000)
committerjyao1 <jyao1@Edk2>
Wed, 25 Feb 2015 03:11:05 +0000 (03:11 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Fan, Jeff" <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16919 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/SmmMemLib/SmmMemLib.c

index 21f67d219d486241c497ad6bbc65c9c3f7972e87..420c5a755f90b7149c181daaa14ab711b6ace117 100644 (file)
@@ -38,11 +38,11 @@ UINTN                mSmmMemLibInternalSmramCount;
 EFI_PHYSICAL_ADDRESS  mSmmMemLibInternalMaximumSupportAddress = 0;\r
 \r
 /**\r
-  Caculate and save the maximum support address.\r
+  Calculate and save the maximum support address.\r
 \r
 **/\r
 VOID\r
-SmmMemLibInternalCaculateMaximumSupportAddress (\r
+SmmMemLibInternalCalculateMaximumSupportAddress (\r
   VOID\r
   )\r
 {\r
@@ -315,9 +315,9 @@ SmmMemLibConstructor (
   mSmmMemLibInternalSmramCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR);\r
 \r
   //\r
-  // Caculate and save maximum support address\r
+  // Calculate and save maximum support address\r
   //\r
-  SmmMemLibInternalCaculateMaximumSupportAddress ();\r
+  SmmMemLibInternalCalculateMaximumSupportAddress ();\r
 \r
   return EFI_SUCCESS;\r
 }\r