Skip to content

Commit

Permalink
Update resolve/random/RandSketchingCountSketch.hpp
Browse files Browse the repository at this point in the history
Grammar in the comment.

Co-authored-by: kswirydo <[email protected]>
  • Loading branch information
pelesh and kswirydo authored Mar 6, 2024
1 parent 3aabe36 commit da21ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolve/random/RandSketchingCountSketch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da21ee5

Please sign in to comment.