Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Koren-Brand <[email protected]>
  • Loading branch information
Koren-Brand committed Nov 12, 2024
1 parent b9a8d18 commit 433ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icicle/tests/test_hash_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ TEST_F(HashApiTest, poseidon_tree)
auto prover_tree = MerkleTree::create(hashes, leaf_size);
auto verifier_tree = MerkleTree::create(hashes, leaf_size);

// Cast to bytes to conform with wrong leaves manupulation inside test_merkle_tree
// Cast to bytes to conform with wrong leaves manipulation inside test_merkle_tree
test_merkle_tree<std::byte>(
hashes, config, 0, nof_leaves, reinterpret_cast<std::byte*>(leaves.get()), sizeof(scalar_t));
}
Expand Down

0 comments on commit 433ba9e

Please sign in to comment.