Bläddra i källkod

Update more comments.

Martijn Laan 11 månader sedan
förälder
incheckning
164cafcb2f

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

@@ -2,7 +2,7 @@
   ISLzma2Dec.c, by Jordan Russell for Inno Setup
   ISLzma2Dec.c, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
   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"
 #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
   ISLzmaDec.c, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
   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"
 #include "../../../../Components/Lzma2/LzmaDec.c"