Skip to content

Commit

Permalink
test_sampler.cpp: typo in comment (2 invocation --> 2 invocations)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 1, 2024
1 parent 64a9f1a commit 99d589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sampler/test_sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct Tester {
explicit Tester(const execution_space& space) {
//! Explicitly launch a kernel with a name, and run it 150 times with kernel
//! logger. Use a periodic sampling with skip rate 51. This should print
//! out 2 invocation, and there is a single matcher with a regular
//! out 2 invocations, and there is a single matcher with a regular
//! expression to check this.

for (int iter = 0; iter < 150; iter++) {
Expand Down

0 comments on commit 99d589d

Please sign in to comment.