mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Fix typo.
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
This commit is contained in:
parent
92141e1777
commit
2a93f2c306
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user