Improved function name [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 12:05:15 -07:00
parent 914f9aa04a
commit 96fdf63787
3 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ BitSumCenter(Pointer v, float *x)
* Get type info
*/
void
GetTypeInfo(IvfflatTypeInfo * typeInfo, Relation index)
IvfflatGetTypeInfo(IvfflatTypeInfo * typeInfo, Relation index)
{
FmgrInfo *procinfo = IvfflatOptionalProcInfo(index, IVFFLAT_TYPE_INFO_PROC);