Skip to content
Snippets Groups Projects
Commit 0dfdf3aa authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Typo

parent 5b51ae91
No related branches found
No related tags found
1 merge request!390Fixes to the threadpool
...@@ -54,7 +54,7 @@ int main(int argc, char *argv[]) { ...@@ -54,7 +54,7 @@ int main(int argc, char *argv[]) {
const int N = 20; const int N = 20;
const int num_runs = 2; const int num_runs = 2;
// Create a threadpools with different numbers of threads. // Create threadpools with different numbers of threads.
for (int num_thread = 1; num_thread <= 16; num_thread *= 4) { for (int num_thread = 1; num_thread <= 16; num_thread *= 4) {
printf("# Creating threadpool with %d threads\n", num_thread); printf("# Creating threadpool with %d threads\n", num_thread);
struct threadpool tp; struct threadpool tp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment