[x265] [PATCH] nit: typo in comment

Pradeep Ramachandran pradeep at multicorewareinc.com
Thu Sep 24 10:33:42 CEST 2015


# HG changeset patch
# User Pradeep Ramachandran <pradeep at multicorewareinc.com>
# Date 1443083611 -19800
#      Thu Sep 24 14:03:31 2015 +0530
# Node ID 648dd934cbfcd5720983bb52905e05889d9f12d3
# Parent  975352b2c0223b9139aad233b43eaf2113ac8167
nit: typo in comment

diff -r 975352b2c022 -r 648dd934cbfc source/common/threadpool.h
--- a/source/common/threadpool.h	Wed Sep 23 16:19:48 2015 +0530
+++ b/source/common/threadpool.h	Thu Sep 24 14:03:31 2015 +0530
@@ -116,7 +116,7 @@
  * called. If it returns non-zero then some number of slave worker threads are
  * already in the process of calling your processTasks() function. The master
  * thread should participate and call processTasks() itself. When
- * waitForExit() returns, all bonded peer threads are quarunteed to have
+ * waitForExit() returns, all bonded peer threads are guarunteed to have
  * exitied processTasks(). Since the thread count is small, it uses explicit
  * locking instead of atomic counters and bitmasks */
 class BondedTaskGroup


More information about the x265-devel mailing list