danbev commited on
Commit
f158bc0
·
1 Parent(s): f541d31

ggml : fix typo in ggml-quants.c comment (ggml/922)

Browse files
Files changed (1) hide show
  1. ggml/src/ggml-quants.c +1 -1
ggml/src/ggml-quants.c CHANGED
@@ -3644,7 +3644,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t k) {
3644
  quantize_row_q8_K_ref(x, y, k);
3645
  }
3646
 
3647
- //===================================== Dot ptoducts =================================
3648
 
3649
  //
3650
  // Helper functions
 
3644
  quantize_row_q8_K_ref(x, y, k);
3645
  }
3646
 
3647
+ //===================================== Dot products =================================
3648
 
3649
  //
3650
  // Helper functions