diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:26 +0800 |
---|---|---|
committer | Feng Tian <feng.tian@intel.com> | 2016-10-27 09:11:19 +0800 |
commit | 0a18956d54cfe70b736b029c62ce53f29b903745 (patch) | |
tree | a1f36b370a62edab9e9ed5cf3069143e19586bc3 /MdeModulePkg/Universal/FaultTolerantWriteDxe | |
parent | 3b28e7448de6ef8ed94036bffe23c67dc20a7aff (diff) | |
download | edk2-0a18956d54cfe70b736b029c62ce53f29b903745.tar.gz |
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>
Diffstat (limited to 'MdeModulePkg/Universal/FaultTolerantWriteDxe')
3 files changed, 6 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h index 849d1f4233..be6929c654 100644 --- a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h +++ b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h @@ -300,7 +300,7 @@ FtwEraseSpareBlock ( );
/**
- Retrive the proper FVB protocol interface by HANDLE.
+ Retrieve the proper FVB protocol interface by HANDLE.
@param FvBlockHandle The handle of FVB protocol that provides services for
@@ -641,7 +641,7 @@ GetFvbByAddress ( );
/**
- Retrive the proper Swap Address Range protocol interface.
+ Retrieve the proper Swap Address Range protocol interface.
@param[out] SarProtocol The interface of SAR protocol
diff --git a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c index f570729273..3fa5431cab 100644 --- a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c +++ b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c @@ -56,7 +56,7 @@ EFI_EVENT mFvbRegistration = NULL; /**
- 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.
@@ -84,7 +84,7 @@ FtwGetFvbByHandle ( }
/**
- Retrive the Swap Address Range protocol interface.
+ Retrieve the Swap Address Range protocol interface.
@param[out] SarProtocol The interface of SAR protocol
diff --git a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c index bc5e6177c3..1e75328f9b 100644 --- a/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c +++ b/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c @@ -71,7 +71,7 @@ EFI_FTW_DEVICE *mFtwDevice = NULL; BOOLEAN mEndOfDxe = FALSE;
/**
- 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.
@@ -99,7 +99,7 @@ FtwGetFvbByHandle ( }
/**
- Retrive the SMM Swap Address Range protocol interface.
+ Retrieve the SMM Swap Address Range protocol interface.
@param[out] SarProtocol The interface of SMM SAR protocol
|