Skip to content

Commit

Permalink
Review update
Browse files Browse the repository at this point in the history
Co-authored-by: Pratik Nayak <pratikvn@protonmail.com>
  • Loading branch information
Thomas Grützmacher and pratikvn committed Jan 15, 2021
1 parent 43caec5 commit 5f787ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/base/accessor_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ namespace detail {


/**
* This helper walkes through the index arguments from left to right (lowest to
* This helper walks through the index arguments from left to right (lowest to
* highest dimension) in order to properly use the stride for the scalar
* indices. The mask indicates which indices are actually used. The least
* significant bit set means using the last index, second bit corresponds to the
Expand Down
4 changes: 2 additions & 2 deletions core/base/accessor_references.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ constexpr GKO_ATTRIBUTES
*
* @tparam Reference The reference class this mixin provides operator overloads
* for. The reference class needs to overload the cast
* operatorto ValueType
* operator to ValueType
*
* @tparam ArithmeticType arithmetic type the Reference class is supposed
* to represent.
Expand Down Expand Up @@ -346,7 +346,7 @@ constexpr remove_complex<ArithmeticType> abs(
* Copying this reference is disabled, but move construction is possible to
* allow for an additional layer (like gko::range).
* The assignment operator only works for an rvalue reference (&&) to
* prevent accidental copying the reference and working on a reference.
* prevent accidentally copying and working on the reference.
*
* @tparam ArithmeticType Type used for arithmetic operations, therefore,
* the type which is used for input and output of this
Expand Down

0 comments on commit 5f787ce

Please sign in to comment.