Commit f1424123 authored by Andres Freund's avatar Andres Freund

Fix typo.

Reported-By: Thomas Munro and Jesper Pedersen
parent 510b8cbf
...@@ -22,7 +22,7 @@ hash_combine(uint32 a, uint32 b) ...@@ -22,7 +22,7 @@ hash_combine(uint32 a, uint32 b)
/* /*
* Simple inline murmur hash implementation hashing a 32 bit ingeger, for * Simple inline murmur hash implementation hashing a 32 bit integer, for
* performance. * performance.
*/ */
static inline uint32 static inline uint32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment