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: http://git.ipfire.org/?a=commitdiff_plain;h=f14241236ea2e306dc665635665c7f88669b6ca4;p=thirdparty%2Fpostgresql.git Fix typo. Reported-By: Thomas Munro and Jesper Pedersen --- diff --git a/src/include/utils/hashutils.h b/src/include/utils/hashutils.h index 35281689e82..366bd0e78bd 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