Skip to content

Commit f59ba5f

Browse files
authored
Merge pull request #3 from ericniebler/ericniebler-patch-1
Fix misspelling of Kirk's name in comment
2 parents 45c0f58 + 461515e commit f59ba5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)