Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4580a4b

Browse files
committed
Fix typo in comment.
Fabrízio de Royes Mello
1 parentacd5803 commit4580a4b

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)

[8]ページ先頭

©2009-2025 Movatter.jp