We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45c0f58 + 62397e8 commit d114568Copy full SHA for d114568
examples/sudoku.cpp
@@ -16,7 +16,7 @@
16
17
// This sudoku code was originally taken from TBB examples/thread_group/sudoku.
18
// The TBB example leaks: https://github.com/oneapi-src/oneTBB/issues/568
19
-// The code was modified by Kirk Schoop to use libunifex instead of TBB and to
+// The code was modified by Kirk Shoop to use libunifex instead of TBB and to
20
// remove the leaks. The code was later modified by David Olsen to use C++26
21
// std::execution instead of libunifex, to be a test in the NVHPC test suite
22
// for stdexec.
0 commit comments