X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FSmmMemLib%2FSmmMemLib.c;h=420c5a755f90b7149c181daaa14ab711b6ace117;hb=2a93f2c306323b4fb1019f0570202f4c0a75d418;hp=21f67d219d486241c497ad6bbc65c9c3f7972e87;hpb=d425764e3f55f949e17daa42aaf0b8c2c2ad4046;p=mirror_edk2.git diff --git a/MdePkg/Library/SmmMemLib/SmmMemLib.c b/MdePkg/Library/SmmMemLib/SmmMemLib.c index 21f67d219d..420c5a755f 100644 --- a/MdePkg/Library/SmmMemLib/SmmMemLib.c +++ b/MdePkg/Library/SmmMemLib/SmmMemLib.c @@ -38,11 +38,11 @@ UINTN mSmmMemLibInternalSmramCount; EFI_PHYSICAL_ADDRESS mSmmMemLibInternalMaximumSupportAddress = 0; /** - Caculate and save the maximum support address. + Calculate and save the maximum support address. **/ VOID -SmmMemLibInternalCaculateMaximumSupportAddress ( +SmmMemLibInternalCalculateMaximumSupportAddress ( VOID ) { @@ -315,9 +315,9 @@ SmmMemLibConstructor ( mSmmMemLibInternalSmramCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR); // - // Caculate and save maximum support address + // Calculate and save maximum support address // - SmmMemLibInternalCaculateMaximumSupportAddress (); + SmmMemLibInternalCalculateMaximumSupportAddress (); return EFI_SUCCESS; }