summaryrefslogtreecommitdiff
path: root/include/asterisk/threadpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/threadpool.h')
-rw-r--r--include/asterisk/threadpool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/threadpool.h b/include/asterisk/threadpool.h
index e492eae9c..f3995ffe7 100644
--- a/include/asterisk/threadpool.h
+++ b/include/asterisk/threadpool.h
@@ -55,8 +55,8 @@ struct ast_threadpool_listener_callbacks {
struct ast_threadpool_listener *listener,
int was_empty);
/*!
- * \brief Indicates the threadpoo's taskprocessor has become empty
- *
+ * \brief Indicates the threadpool's taskprocessor has become empty
+ *
* \param listener The threadpool's listener
*/
void (*emptied)(struct ast_threadpool *pool, struct ast_threadpool_listener *listener);
@@ -139,7 +139,7 @@ struct ast_threadpool *ast_threadpool_create(const char *name,
*
* This number may be more or less than the current number of
* threads in the threadpool.
- *
+ *
* \param threadpool The threadpool to adjust
* \param size The new desired size of the threadpool
*/