summaryrefslogtreecommitdiff
path: root/DuetPkg/EfiLdr/TianoDecompress.c
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:11 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-15 11:05:33 +0800
commit34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3 (patch)
treec8070e8c8b5113792f70252129220c358d002fb7 /DuetPkg/EfiLdr/TianoDecompress.c
parent94e4bcbb5efaf86440e89293d80b0a73781fff12 (diff)
downloadedk2-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.c6
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
--*/