diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:12 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-10-21 16:40:50 +0800 |
commit | 4fc0be870536f34344eb07083acfc901ab4dcd1b (patch) | |
tree | d7d76295dd8b7853709d43365d4164e8f846f858 /EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h | |
parent | c4260115f0fcf23d538dc0ac90443ee954c30c6d (diff) | |
download | edk2-platforms-4fc0be870536f34344eb07083acfc901ab4dcd1b.tar.xz |
EdkCompatibilityPkg: Fix typos in comments
- excute -> execute
- Pacakges -> Packages
- successfull -> successfully
- outputed -> outputted
- triggerred -> triggered
- specifiecd -> specified
- hexidecimal -> hexadecimal
- Arrary -> Array
- Pointion -> Position
- paramter -> parameter
- stardard -> standard
- perodically -> periodically
- dependecy -> dependency
- evauated -> evaluated
- availible -> available
- boundry -> boundary
- discontiguous -> discontinuous
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h b/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h index 701831b1dd..d7ecb23a62 100644 --- a/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h +++ b/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.h @@ -47,7 +47,7 @@ Arguments: Returns:
- EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
+ EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successfully retrieved.
EFI_INVALID_PARAMETER - The source data is corrupted
EFI_UNSUPPORTED - Not supported
|