Skip to content

Commit

Permalink
add fillin into typo extend-word and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Jan 3, 2025
1 parent ce646f7 commit 037aca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/_typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ automatical = "automatical"
strat = "strat"
entrie = "entrie"
agregate = "agregate" # since that script name is already in ginkgo-data repo
fillin = "fillin"

[default.extend-identifiers]
set_complex_subpsace = "set_complex_subpsace" # remove when deprecated function is gone
Expand Down
2 changes: 1 addition & 1 deletion include/ginkgo/core/base/index_set.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace gko {
* index beyond the end indices of the subsets and the last
* (superset_cumulative_indices) storing the cumulative number of indices in the
* subsequent subsets with an initial zero which speeds up the
* querying. Additionally, the arrays conataining the range boundaries
* querying. Additionally, the arrays containing the range boundaries
* (subsets_begin, subsets_end) are stored in a sorted fashion.
*
* Therefore the storage would look as follows
Expand Down

0 comments on commit 037aca5

Please sign in to comment.