Skip to content

Commit d114568

Browse files
authored
Merge pull request #2009 from ericniebler/misspelling-kirks-name
fix misspelling of kirk's name in comment in sudoku.cpp
2 parents 45c0f58 + 62397e8 commit d114568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sudoku.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// This sudoku code was originally taken from TBB examples/thread_group/sudoku.
1818
// 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
19+
// The code was modified by Kirk Shoop to use libunifex instead of TBB and to
2020
// remove the leaks. The code was later modified by David Olsen to use C++26
2121
// std::execution instead of libunifex, to be a test in the NVHPC test suite
2222
// for stdexec.

0 commit comments

Comments
 (0)