From: Peter Eisentraut Date: Wed, 25 Aug 2021 08:14:51 +0000 (+0200) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bb9ff46bc4e659a865deaeb1b9aeac8d1ff4d36f;p=users%2Frhaas%2Fpostgres.git Fix typo --- diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h index 1d68a9a4b7..f3bdc6fba6 100644 --- a/src/include/utils/typcache.h +++ b/src/include/utils/typcache.h @@ -102,7 +102,7 @@ typedef struct TypeCacheEntry FmgrInfo rng_subdiff_finfo; /* difference function, if any */ /* - * Fields computed when TYPCACHE_MULTIRANGE_INFO is required. + * Fields computed when TYPECACHE_MULTIRANGE_INFO is required. */ struct TypeCacheEntry *rngtype; /* multirange's range underlying type */