Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Jun 24, 2024
1 parent 818760b commit fbff730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatrixWrapper/Combination/Combination.H
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ protected:
private:
std::vector<gko::span>
interface_ranges_; // vector containing start and end indices of the
// individual matrices in the consequtive data
// individual matrices in the consecutive data
std::shared_ptr<gko::Combination<ValueType>> comb_;
};

0 comments on commit fbff730

Please sign in to comment.