mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix typo.
Reported-By: Thomas Munro and Jesper Pedersen
This commit is contained in:
parent
510b8cbff1
commit
f14241236e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue