[glib: 3/4] gthreadpool: Fix some typos in the docs for g_thread_pool_free()



commit 784bfaa250d899c307e98b2eb0f1b664bf36cda2
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Jun 17 11:46:52 2020 +0100

    gthreadpool: Fix some typos in the docs for g_thread_pool_free()
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 glib/gthreadpool.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gthreadpool.c b/glib/gthreadpool.c
index ed34fcd52..4c717e486 100644
--- a/glib/gthreadpool.c
+++ b/glib/gthreadpool.c
@@ -861,10 +861,10 @@ g_thread_pool_unprocessed (GThreadPool *pool)
  * processing a task. Instead at least all still running threads
  * can finish their tasks before the @pool is freed.
  *
- * If @wait_ is %TRUE, the functions does not return before all
+ * If @wait_ is %TRUE, this function does not return before all
  * tasks to be processed (dependent on @immediate, whether all
  * or only the currently running) are ready.
- * Otherwise the function returns immediately.
+ * Otherwise this function returns immediately.
  *
  * After calling this function @pool must not be used anymore.
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]