Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-15 15:53:07 -07:00
parent 5cf75c0b83
commit 5b0eff9dae

View File

@@ -887,7 +887,7 @@ sparsevec_l2_normalize(PG_FUNCTION_ARGS)
zeros++;
}
/* In the unlikely event there are zeros */
/* Allocate a new vector in the unlikely event there are zeros */
if (zeros > 0)
{
SparseVector *newResult = InitSparseVector(result->dim, result->nnz - zeros);