]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/TianoCompress.c
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Common / TianoCompress.c
index 8b1ea7f7614061ebadd9debba2b078ee9763328f..1f70b75174283dafbc3f8ec20943eaef1ded2262 100644 (file)
@@ -404,7 +404,7 @@ Routine Description:
 \r
   Allocate memory spaces for data structures used in compression process\r
 \r
-Argements:\r
+Arguments:\r
   VOID\r
 \r
 Returns:\r
@@ -680,7 +680,7 @@ Returns: (VOID)
   if (mMatchLen >= 4) {\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