[gnome-builder] ide-thread-pool: fix comments typos
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] ide-thread-pool: fix comments typos
- Date: Fri, 4 Nov 2016 14:20:58 +0000 (UTC)
commit 321d28269ab5f4685e9b901c57d5df9e91e14a15
Author: Sebastien Lafargue <slafargue gnome org>
Date: Fri Nov 4 15:20:25 2016 +0100
ide-thread-pool: fix comments typos
libide/threading/ide-thread-pool.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/threading/ide-thread-pool.c b/libide/threading/ide-thread-pool.c
index 5803342..77929c5 100644
--- a/libide/threading/ide-thread-pool.c
+++ b/libide/threading/ide-thread-pool.c
@@ -65,7 +65,7 @@ ide_thread_pool_get_pool (IdeThreadPoolKind kind)
* @func: (scope async): The thread worker to execute for @task.
*
* This pushes a task to be executed on a worker thread based on the task kind as denoted by
- * @kind. Some tasks will be placed on special work queues or throttled based on proirity.
+ * @kind. Some tasks will be placed on special work queues or throttled based on priority.
*/
void
ide_thread_pool_push_task (IdeThreadPoolKind kind,
@@ -199,7 +199,7 @@ _ide_thread_pool_init (gboolean is_worker)
/*
* Create our thread pool exclusive to compiler tasks (such as those from Clang).
- * We don't want to consume threads fro other GTask's such as those regarding IO so we manage
+ * We don't want to consume threads from other GTask's such as those regarding IO so we manage
* these work items exclusively.
*/
thread_pools [IDE_THREAD_POOL_COMPILER] = g_thread_pool_new (ide_thread_pool_worker,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]