diff options
author | Andres Freund | 2017-09-29 22:52:55 +0000 |
---|---|---|
committer | Andres Freund | 2017-09-30 00:24:39 +0000 |
commit | f14241236ea2e306dc665635665c7f88669b6ca4 (patch) | |
tree | 5d3cf6284df3784130de79f344208fb2a5c76d2f | |
parent | 510b8cbff15fcece246f66f2273ccf830a6c7e98 (diff) |
Fix typo.
Reported-By: Thomas Munro and Jesper Pedersen
-rw-r--r-- | src/include/utils/hashutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/hashutils.h b/src/include/utils/hashutils.h index 35281689e8..366bd0e78b 100644 --- a/src/include/utils/hashutils.h +++ b/src/include/utils/hashutils.h @@ -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 |