From 58865d96f187b843acea6d80f595ae9023f13708 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Jan 2014 11:08:03 +0100 Subject: [PATCH] pthreadpool: Fix a comment, "quit"->"shutdown" Signed-off-by: Volker Lendecke Reviewed-by: David Disseldorp Autobuild-User(master): David Disseldorp Autobuild-Date(master): Tue Jan 28 19:06:40 CET 2014 on sn-devel-104 --- source3/lib/pthreadpool/pthreadpool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/lib/pthreadpool/pthreadpool.c b/source3/lib/pthreadpool/pthreadpool.c index c5c9367da16..bd58d62f8fa 100644 --- a/source3/lib/pthreadpool/pthreadpool.c +++ b/source3/lib/pthreadpool/pthreadpool.c @@ -335,8 +335,8 @@ int pthreadpool_destroy(struct pthreadpool *pool) if (pool->num_idle > 0) { /* - * Wake the idle threads. They will find pool->quit to - * be set and exit themselves + * Wake the idle threads. They will find + * pool->shutdown to be set and exit themselves */ ret = pthread_cond_broadcast(&pool->condvar); if (ret != 0) { -- 2.34.1