summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-10-16 15:10:14 +0900
committerMichael Paquier <michael@paquier.xyz>2019-10-16 15:10:14 +0900
commit1de4fd10922b96b6d90838181c59c1a45f8a95f6 (patch)
tree919240e286134b8b30e331773924ba85a310fe2d /src/include
parentcce95a2f029e546dc461d7ec1760e2c3a247b0e7 (diff)
Refresh some incorrect links in pg_crc.c/h
Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm0LPk9vTGTBPBRv0=fX=94o4r6-DuBbHNeCN2AH5bufLw@mail.gmail.com
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/pg_crc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h
index 4d5c99d1a70..f33ab784387 100644
--- a/src/include/utils/pg_crc.h
+++ b/src/include/utils/pg_crc.h
@@ -5,7 +5,7 @@
*
* 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