aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-08-25 10:14:51 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-08-25 10:14:51 +0200
commitbb9ff46bc4e659a865deaeb1b9aeac8d1ff4d36f (patch)
tree4d959492796271ff2964d383b884ca070c672b4a /src
parent1387925a488eb002b59f3b7f58855a4b711b6415 (diff)
downloadpostgresql-bb9ff46bc4e659a865deaeb1b9aeac8d1ff4d36f.tar.gz
postgresql-bb9ff46bc4e659a865deaeb1b9aeac8d1ff4d36f.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/typcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h
index 1d68a9a4b7b..f3bdc6fba60 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 */