diff options
Diffstat (limited to 'libs/zlib/src/adler32.c')
-rw-r--r-- | libs/zlib/src/adler32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/zlib/src/adler32.c b/libs/zlib/src/adler32.c index d0be4380a3..8263a339c3 100644 --- a/libs/zlib/src/adler32.c +++ b/libs/zlib/src/adler32.c @@ -1,4 +1,4 @@ -/* adler32.c -- compute the Adler-32 checksum of a data stream +/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2011, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ |