Skip to content

Commit 4580a4b

Browse files
committed
Fix typo in comment.
Fabrízio de Royes Mello
1 parent acd5803 commit 4580a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/hstore/crc32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* This code implements the AUTODIN II polynomial
1414
* The variable corresponding to the macro argument "crc" should
1515
* be an unsigned long.
16-
* Oroginal code by Spencer Garrett <srg@quick.com>
16+
* Original code by Spencer Garrett <srg@quick.com>
1717
*/
1818

1919
#define _CRC32_(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy