Skip to content

Commit

Permalink
Fix typo allocat[i]on
Browse files Browse the repository at this point in the history
Signed-off-by: Damien L-G <dalg24@gmail.com>
  • Loading branch information
dalg24 committed Dec 7, 2024
1 parent 7367dcc commit 7f60c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void run_test_graph4() {

// StaticCrsGraph with Unmanaged trait will contain row_map and entries
// members with the Unmanaged memory trait. Use of such a StaticCrsGraph
// requires an allocaton of memory for the unmanaged views to wrap.
// requires an allocation of memory for the unmanaged views to wrap.
//
// In this test, a graph (via raw arrays) resides on the host.
// The pointers are wrapped by unmanaged Views.
Expand Down

0 comments on commit 7f60c10

Please sign in to comment.