aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz/xz_crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/lib/xz/xz_crc32.c')
-rw-r--r--linux/lib/xz/xz_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/lib/xz/xz_crc32.c b/linux/lib/xz/xz_crc32.c
index 5627b00..34532d1 100644
--- a/linux/lib/xz/xz_crc32.c
+++ b/linux/lib/xz/xz_crc32.c
@@ -2,7 +2,7 @@
* CRC32 using the polynomial from IEEE-802.3
*
* Authors: Lasse Collin <lasse.collin@tukaani.org>
- * Igor Pavlov <https://7-zip.org/>
+ * Igor Pavlov <http://7-zip.org/>
*
* This file has been put into the public domain.
* You can do whatever you want with this file.