diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:11 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-11-15 11:05:33 +0800 |
commit | 34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3 (patch) | |
tree | c8070e8c8b5113792f70252129220c358d002fb7 /DuetPkg/EfiLdr/TianoDecompress.c | |
parent | 94e4bcbb5efaf86440e89293d80b0a73781fff12 (diff) | |
download | edk2-platforms-34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3.tar.xz |
DuetPkg: Fix typos in comments
- TURE -> TRUE
- successull -> successfully
- Libary -> Library
- Incude -> Include
- futhure -> future
- Predfined -> Predefined
- minimue -> minimum
- predeined -> predefined
- excute -> execute
- dirver -> driver
- hanlde -> handle
- boundry -> boundary
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'DuetPkg/EfiLdr/TianoDecompress.c')
-rw-r--r-- | DuetPkg/EfiLdr/TianoDecompress.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DuetPkg/EfiLdr/TianoDecompress.c b/DuetPkg/EfiLdr/TianoDecompress.c index 6fed7a1591..b504e8e1d4 100644 --- a/DuetPkg/EfiLdr/TianoDecompress.c +++ b/DuetPkg/EfiLdr/TianoDecompress.c @@ -675,7 +675,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
--*/
@@ -844,7 +844,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
--*/
@@ -928,7 +928,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
--*/
|