From e2c94c59aa274571e54117869e9f784fb3b9ecf2 Mon Sep 17 00:00:00 2001 From: Veklip <492217330@qq.com> Date: Mon, 17 Nov 2014 11:23:40 +0800 Subject: [PATCH] patch for pthread_pool.c update a comment --- src/pthread_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pthread_pool.c b/src/pthread_pool.c index 2fa3966..5fe228b 100644 --- a/src/pthread_pool.c +++ b/src/pthread_pool.c @@ -28,7 +28,7 @@ static void *callback_proxy(void *arg); /* * push the thread into the pool * parameters: - * thread:the thread will push into the poolbool + * thread:the thread will push into the pool * return: * 0:success * >0 : fail