aboutsummaryrefslogtreecommitdiff
path: root/src/pklib/pklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pklib/pklib.h')
-rw-r--r--src/pklib/pklib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h
index bde43dc..b7fb8d4 100644
--- a/src/pklib/pklib.h
+++ b/src/pklib/pklib.h
@@ -173,7 +173,7 @@ unsigned int PKEXPORT explode(
char *work_buf,
void *param);
-// The original name "crc32" was changed to "crc32pk" due
+// The original name "crc32" was changed to "crc32_pklib" due
// to compatibility with zlib
unsigned long PKEXPORT crc32_pklib(char *buffer, unsigned int *size, unsigned long *old_crc);