summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Common/EfiCompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Common/EfiCompress.c')
-rw-r--r--BaseTools/Source/C/Common/EfiCompress.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/BaseTools/Source/C/Common/EfiCompress.c b/BaseTools/Source/C/Common/EfiCompress.c
index 33d4c5eec1..0f6b286c7e 100644
--- a/BaseTools/Source/C/Common/EfiCompress.c
+++ b/BaseTools/Source/C/Common/EfiCompress.c
@@ -396,7 +396,7 @@ Routine Description:
Allocate memory spaces for data structures used in compression process
-Argements: (VOID)
+Arguments: (VOID)
Returns:
@@ -652,7 +652,7 @@ Returns: (VOID)
//
// 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.
@@ -1281,7 +1281,7 @@ Routine Description:
Outputs rightmost n bits of x
-Argments:
+Arguments:
n - the rightmost n bits of the data is used
x - the data