Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-01-23 15:01:48 -08:00
parent 76c6dbb0a0
commit f9ae736c57

View File

@@ -1149,7 +1149,7 @@ CheckByteLengths(unsigned long aLen, unsigned long bLen)
} }
/* /*
* Get the hamming distance between two binary strings * Get the Hamming distance between two binary strings
*/ */
PGDLLEXPORT PG_FUNCTION_INFO_V1(hamming_distance); PGDLLEXPORT PG_FUNCTION_INFO_V1(hamming_distance);
Datum Datum