summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Common/TianoCompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Common/TianoCompress.c')
-rw-r--r--BaseTools/Source/C/Common/TianoCompress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/Common/TianoCompress.c b/BaseTools/Source/C/Common/TianoCompress.c
index 8b1ea7f..1f70b75 100644
--- a/BaseTools/Source/C/Common/TianoCompress.c
+++ b/BaseTools/Source/C/Common/TianoCompress.c
@@ -404,7 +404,7 @@ Routine Description:
Allocate memory spaces for data structures used in compression process
-Argements:
+Arguments:
VOID
Returns:
@@ -680,7 +680,7 @@ Returns: (VOID)
if (mMatchLen >= 4) {
//
// We have just got a long match, the target tree
- // can be located by MatchPos + 1. Travese the tree
+ // can be located by MatchPos + 1. Traverse the tree
// from bottom up to get to a proper starting point.
// The usage of PERC_FLAG ensures proper node deletion
// in DeleteNode() later.