mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Fix typo.
Reported-By: Thomas Munro and Jesper Pedersen
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
static inline uint32
|
||||
|
||||
Reference in New Issue
Block a user