MdeModulePkg/Universal: Fix typos in comments
- stardard -> standard - doule -> double - defalut -> default - Pacakge -> Package - globa -> global - responsiblity -> responsibility - outputed -> outputted - specifiecd -> specified - Resuts -> Results - the a -> a - suported -> supported - assocated -> associated - TURE -> TRUE - successfull -> successfully - excute -> execute - reseting -> resetting - Retrive -> Retrieve - funciton -> function - paramter -> parameter - dependecy -> dependency - boundry -> boundary - permenantly -> permanently Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -190,7 +190,7 @@ SetVariableCheckHandlerMorLock (
|
||||
//
|
||||
if (DataSize == MOR_LOCK_V1_SIZE) {
|
||||
//
|
||||
// V1 - lock permenantly
|
||||
// V1 - lock permanently
|
||||
//
|
||||
if (*(UINT8 *)Data == MOR_LOCK_DATA_UNLOCKED) {
|
||||
//
|
||||
|
@@ -389,7 +389,7 @@ ReleaseLockOnlyAtBootTime (
|
||||
);
|
||||
|
||||
/**
|
||||
Retrive the FVB protocol interface by HANDLE.
|
||||
Retrieve the FVB protocol interface by HANDLE.
|
||||
|
||||
@param[in] FvBlockHandle The handle of FVB protocol that provides services for
|
||||
reading, writing, and erasing the target block.
|
||||
@@ -472,7 +472,7 @@ VariableWriteServiceInitialize (
|
||||
);
|
||||
|
||||
/**
|
||||
Retrive the SMM Fault Tolerent Write protocol interface.
|
||||
Retrieve the SMM Fault Tolerent Write protocol interface.
|
||||
|
||||
@param[out] FtwProtocol The interface of SMM Ftw protocol
|
||||
|
||||
|
@@ -117,7 +117,7 @@ ReleaseLockOnlyAtBootTime (
|
||||
}
|
||||
|
||||
/**
|
||||
Retrive the Fault Tolerent Write protocol interface.
|
||||
Retrieve the Fault Tolerent Write protocol interface.
|
||||
|
||||
@param[out] FtwProtocol The interface of Ftw protocol
|
||||
|
||||
@@ -145,7 +145,7 @@ GetFtwProtocol (
|
||||
}
|
||||
|
||||
/**
|
||||
Retrive the FVB protocol interface by HANDLE.
|
||||
Retrieve the FVB protocol interface by HANDLE.
|
||||
|
||||
@param[in] FvBlockHandle The handle of FVB protocol that provides services for
|
||||
reading, writing, and erasing the target block.
|
||||
|
@@ -199,7 +199,7 @@ ReleaseLockOnlyAtBootTime (
|
||||
}
|
||||
|
||||
/**
|
||||
Retrive the SMM Fault Tolerent Write protocol interface.
|
||||
Retrieve the SMM Fault Tolerent Write protocol interface.
|
||||
|
||||
@param[out] FtwProtocol The interface of SMM Ftw protocol
|
||||
|
||||
@@ -228,7 +228,7 @@ GetFtwProtocol (
|
||||
|
||||
|
||||
/**
|
||||
Retrive the SMM FVB protocol interface by HANDLE.
|
||||
Retrieve the SMM FVB protocol interface by HANDLE.
|
||||
|
||||
@param[in] FvBlockHandle The handle of SMM FVB protocol that provides services for
|
||||
reading, writing, and erasing the target block.
|
||||
|
Reference in New Issue
Block a user