diff --git a/src/sparsevec.c b/src/sparsevec.c index 1a82d7d..3cad717 100644 --- a/src/sparsevec.c +++ b/src/sparsevec.c @@ -580,7 +580,7 @@ vector_to_sparsevec(PG_FUNCTION_ARGS) } /* - * Get the L2 squared distance between sparse vectors + * Get the L2 squared distance between sparse vectors */ static double l2_distance_squared_internal(SparseVector * a, SparseVector * b)