We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd5803 commit 4580a4bCopy full SHA for 4580a4b
contrib/hstore/crc32.c
@@ -13,7 +13,7 @@
13
* This code implements the AUTODIN II polynomial
14
* The variable corresponding to the macro argument "crc" should
15
* be an unsigned long.
16
- * Oroginal code by Spencer Garrett <srg@quick.com>
+ * Original code by Spencer Garrett <srg@quick.com>
17
*/
18
19
#define _CRC32_(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff])
0 commit comments