From 0dfdf3aace5b8e8f2ccdbcc3d5ce396e880674a8 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Wed, 2 Aug 2017 11:08:29 +0100
Subject: [PATCH] Typo

---
 tests/testThreadpool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testThreadpool.c b/tests/testThreadpool.c
index efb7e207dd..bf9e73065f 100644
--- a/tests/testThreadpool.c
+++ b/tests/testThreadpool.c
@@ -54,7 +54,7 @@ int main(int argc, char *argv[]) {
   const int N = 20;
   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) {
     printf("# Creating threadpool with %d threads\n", num_thread);
     struct threadpool tp;
-- 
GitLab