Fix typo in contrib/hstore/crc32.c comment

Started by Fabrízio de Royes Melloover 12 years ago2 messages
#1Fabrízio de Royes Mello
fabriziomello@gmail.com
1 attachment(s)

Hi all,

The attached patch fix a little typo on contrib/hstore/crc32.c comment.

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL

Show quoted text

Blog sobre TI: http://fabriziomello.blogspot.com
Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
Twitter: http://twitter.com/fabriziomello

Attachments:

fix_typo_hstore_crc32_comment.patchapplication/octet-stream; name=fix_typo_hstore_crc32_comment.patchDownload
diff --git a/contrib/hstore/crc32.c b/contrib/hstore/crc32.c
index d541d0c..c82fc66 100644
--- a/contrib/hstore/crc32.c
+++ b/contrib/hstore/crc32.c
@@ -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])
#2Robert Haas
robertmhaas@gmail.com
In reply to: Fabrízio de Royes Mello (#1)
Re: Fix typo in contrib/hstore/crc32.c comment

On Wed, Apr 17, 2013 at 3:58 PM, Fabrízio de Royes Mello
<fabriziomello@gmail.com> wrote:

The attached patch fix a little typo on contrib/hstore/crc32.c comment.

Thanks. Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers