Explorar o código

Update more comments.

Martijn Laan hai 11 meses
pai
achega
164cafcb2f

+ 1 - 1
Projects/Src/Compression.LZMADecompressor/Lzma2Decode/ISLzma2Dec.c

@@ -2,7 +2,7 @@
   ISLzma2Dec.c, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
 
-  Lzma2Dec.c + additional helper functions used by LZMADecomp.pas
+  Lzma2Dec.c + additional helper functions used by Compression.LZMADecompressor.pas
 */
 
 #include "../../../../Components/Lzma2/Lzma2Dec.c"

+ 1 - 1
Projects/Src/Compression.LZMADecompressor/Lzma2Decode/ISLzmaDec.c

@@ -2,7 +2,7 @@
   ISLzmaDec.c, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
 
-  LzmaDec.c + additional helper functions used by LZMADecomp.pas
+  LzmaDec.c + additional helper functions used by Compression.LZMADecompressor.pas
 */
 
 #include "../../../../Components/Lzma2/LzmaDec.c"