From f43608bda2111a1fda514d1bed4df313ee2bbec3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 14 Jun 2019 09:34:34 +0900 Subject: Fix typos and inconsistencies in code comments Author: Alexander Lakhin Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com --- src/backend/utils/cache/lsyscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/lsyscache.c') 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 -- cgit v1.2.3