diff --git a/ggml-quants.c b/ggml-quants.c index 76ad11d42..6aee1b502 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -3355,7 +3355,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t k) { quantize_row_q8_K_reference(x, y, k); } -//===================================== Dot ptoducts ================================= +//===================================== Dot products ================================= // // Helper functions