mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Fix typo in comment.
Fabrízio de Royes Mello
This commit is contained in:
parent
acd5803053
commit
4580a4bd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* This code implements the AUTODIN II polynomial
|
||||
* The variable corresponding to the macro argument "crc" should
|
||||
* be an unsigned long.
|
||||
* Oroginal code by Spencer Garrett <srg@quick.com>
|
||||
* Original code by Spencer Garrett <srg@quick.com>
|
||||
*/
|
||||
|
||||
#define _CRC32_(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff])
|
||||
|
|
|
|||
Loading…
Reference in a new issue