From: Andres Freund Date: Fri, 29 Sep 2017 22:52:55 +0000 (-0700) Subject: Fix typo. X-Git-Tag: REL_11_BETA1~1473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f14241236ea2e306dc665635665c7f88669b6ca4;p=postgresql Fix typo. Reported-By: Thomas Munro and Jesper Pedersen --- 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