aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz/xz_crc32.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:10:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:10:58 +0000
commit17875ccb5e87079d22bbbf007193effd70b9ac6b (patch)
tree5f80f20d38e3a266d6924bb55ef5c40023552878 /linux/lib/xz/xz_crc32.c
parent88a4e7a084d1f7406d5f2a41ca28ed661de17926 (diff)
parent32efd47eadda7fd3e0f2d58b5d4951ccb0a500a8 (diff)
downloadxz-embedded-17875ccb5e87079d22bbbf007193effd70b9ac6b.tar.gz
Change-Id: Ib1d6da54e48fae0136ec30dd4ea0867915906be0
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 34532d1..5627b00 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 <http://7-zip.org/>
+ * Igor Pavlov <https://7-zip.org/>
*
* This file has been put into the public domain.
* You can do whatever you want with this file.