From f9ae736c576a8957aa4b5486ed6269dc285477e2 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 23 Jan 2024 15:01:48 -0800 Subject: [PATCH] Updated comment [skip ci] --- src/vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector.c b/src/vector.c index 562373d..1e3f688 100644 --- a/src/vector.c +++ b/src/vector.c @@ -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); Datum