From 99d589daad468516efbf0144cfc69342bd9ece4e Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:58:32 -0700 Subject: [PATCH] test_sampler.cpp: typo in comment (2 invocation --> 2 invocations) --- tests/sampler/test_sampler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sampler/test_sampler.cpp b/tests/sampler/test_sampler.cpp index 88c84fda7..224500ef7 100644 --- a/tests/sampler/test_sampler.cpp +++ b/tests/sampler/test_sampler.cpp @@ -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++) {