From da21ee57230270c06fc1a19b68227ea638eb78c4 Mon Sep 17 00:00:00 2001 From: pelesh Date: Wed, 6 Mar 2024 11:20:52 -0500 Subject: [PATCH] Update resolve/random/RandSketchingCountSketch.hpp Grammar in the comment. Co-authored-by: kswirydo --- resolve/random/RandSketchingCountSketch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolve/random/RandSketchingCountSketch.hpp b/resolve/random/RandSketchingCountSketch.hpp index c8238a04..03ae2b04 100644 --- a/resolve/random/RandSketchingCountSketch.hpp +++ b/resolve/random/RandSketchingCountSketch.hpp @@ -32,7 +32,7 @@ namespace ReSolve { private: index_type* h_labels_{nullptr}; ///< label array size _n_, with values from _0_ to _k-1_ assigned by random - index_type* h_flip_{nullptr}; ///< flip array with valyes of 1 and -1 assigned by random + index_type* h_flip_{nullptr}; ///< flip array with values of 1 and -1 assigned by random index_type* d_labels_{nullptr}; ///< h_labels GPU counterpart index_type* d_flip_{nullptr}; ///< h_flip GPU counterpart