index 65bf8ff931e96db05050a9d29aef173d47c4a724..6ee6ffd75e2320c01830559f702c993689964ed7 100644 (file)
*
* See Ross Williams' excellent introduction
* A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
- * http://www.ross.net/crc/download/crc_v3.txt or several other net sites.
+ * http://ross.net/crc/download/crc_v3.txt or several other net sites.
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
index 4d5c99d1a70caad74de774681d6c3d718b70d16b..f33ab784387d6dbebe5c47c86e0f6c49adca0d9a 100644 (file)
*
* See Ross Williams' excellent introduction
* A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
- * http://www.ross.net/crc/ or several other net sites.
+ * http://ross.net/crc/ or several other net sites.
*
* We have three slightly different variants of a 32-bit CRC calculation:
* CRC-32C (Castagnoli polynomial), CRC-32 (Ethernet polynomial), and a legacy