Skip to content

Commit caa71e5

Browse files
committed
fix: clarify comment on zlib output comparison in ZlibUtils
1 parent 9e993d7 commit caa71e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HMCLCore/src/main/java/org/jackhuang/hmcl/util/ZlibUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
public final class ZlibUtils {
3737

3838
/// Whether the JVM's [Deflater] produces output that is byte-for-byte identical
39-
/// to the original uncompressed data for the internal test vector.
39+
/// to the expected output of the standard reference zlib for a known test vector.
4040
///
4141
/// This flag is `true` when the system's zlib behaves like the standard reference
4242
/// implementation, and `false` when an alternative library such as zlib-ng is in

0 commit comments

Comments
 (0)