aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-06-14 09:34:34 +0900
committerMichael Paquier <michael@paquier.xyz>2019-06-14 09:34:34 +0900
commitf43608bda2111a1fda514d1bed4df313ee2bbec3 (patch)
tree44053966966203e04eadc3bdb6377a36fb056fe1 /src/backend/utils/cache
parent96719e52b1abd3a8c712d06a809b7e6c97c2e3a0 (diff)
downloadpostgresql-f43608bda2111a1fda514d1bed4df313ee2bbec3.tar.gz
postgresql-f43608bda2111a1fda514d1bed4df313ee2bbec3.zip
Fix typos and inconsistencies in code comments
Author: Alexander Lakhin Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com
Diffstat (limited to 'src/backend/utils/cache')
-rw-r--r--src/backend/utils/cache/lsyscache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/lsyscache.c b/src/backend/utils/cache/lsyscache.c
index b4f2d0f35ab..c13c08a97b4 100644
--- a/src/backend/utils/cache/lsyscache.c
+++ b/src/backend/utils/cache/lsyscache.c
@@ -1055,7 +1055,7 @@ get_opclass_input_type(Oid opclass)
}
/*
- * get_opclass_family_and_input_type
+ * get_opclass_opfamily_and_input_type
*
* Returns the OID of the operator family the opclass belongs to,
* the OID of the datatype the opclass indexes