aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@google.com>2019-09-30 16:21:47 -0700
committerMarat Dukhan <maratek@google.com>2019-09-30 16:21:47 -0700
commit9e2825c0ef127a733375b56f81ee29840f5a89ef (patch)
treec5b72e1e8329cef85522177aaa4b1cd96667b648
parent51d469480dde41c539172c1cdba851df762460a8 (diff)
downloadplatform_external_pthreadpool-9e2825c0ef127a733375b56f81ee29840f5a89ef.tar.gz
platform_external_pthreadpool-9e2825c0ef127a733375b56f81ee29840f5a89ef.tar.bz2
platform_external_pthreadpool-9e2825c0ef127a733375b56f81ee29840f5a89ef.zip
Fix typo in comment
-rw-r--r--src/threadpool-pthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadpool-pthreads.c b/src/threadpool-pthreads.c
index fd2829a..91a2786 100644
--- a/src/threadpool-pthreads.c
+++ b/src/threadpool-pthreads.c
@@ -370,7 +370,7 @@ static void* thread_main(void* arg) {
/* Check in */
checkin_worker_thread(threadpool);
- /* Monitor news commands and act accordingly */
+ /* Monitor new commands and act accordingly */
for (;;) {
uint32_t command = wait_for_new_command(threadpool, last_command);