]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/EfiCompress.c
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Common / EfiCompress.c
index 33d4c5eec1e763d2bcf98326fe0c9e82a3c121a7..0f6b286c7e65016c278850c6c8368afb768e12e3 100644 (file)
@@ -396,7 +396,7 @@ Routine Description:
 \r
   Allocate memory spaces for data structures used in compression process\r
 \r
-Argements: (VOID)\r
+Arguments: (VOID)\r
 \r
 Returns:\r
 \r
@@ -652,7 +652,7 @@ Returns: (VOID)
 \r
     //\r
     // We have just got a long match, the target tree\r
-    // can be located by MatchPos + 1. Travese the tree\r
+    // can be located by MatchPos + 1. Traverse the tree\r
     // from bottom up to get to a proper starting point.\r
     // The usage of PERC_FLAG ensures proper node deletion\r
     // in DeleteNode() later.\r
@@ -1281,7 +1281,7 @@ Routine Description:
 \r
   Outputs rightmost n bits of x\r
 \r
-Argments:\r
+Arguments:\r
 \r
   n   - the rightmost n bits of the data is used\r
   x   - the data\r