Title: [218872] trunk/Source/WTF
Revision
218872
Author
ddkil...@apple.com
Date
2017-06-28 04:23:39 -0700 (Wed, 28 Jun 2017)

Log Message

Fix typo in comment: WordResult => WorkResult

* wtf/AutomaticThread.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (218871 => 218872)


--- trunk/Source/WTF/ChangeLog	2017-06-28 07:34:41 UTC (rev 218871)
+++ trunk/Source/WTF/ChangeLog	2017-06-28 11:23:39 UTC (rev 218872)
@@ -1,3 +1,9 @@
+2017-06-28  David Kilzer  <ddkil...@apple.com>
+
+        Fix typo in comment: WordResult => WorkResult
+
+        * wtf/AutomaticThread.h:
+
 2017-06-27  Caio Lima  <ticaiol...@gmail.com>
 
         [ESnext] Implement Object Rest - Implementing Object Rest Destructuring

Modified: trunk/Source/WTF/wtf/AutomaticThread.h (218871 => 218872)


--- trunk/Source/WTF/wtf/AutomaticThread.h	2017-06-28 07:34:41 UTC (rev 218871)
+++ trunk/Source/WTF/wtf/AutomaticThread.h	2017-06-28 11:23:39 UTC (rev 218872)
@@ -59,7 +59,7 @@
 // The terminology we use is:
 //
 // [1] PollResult AutomaticThread::poll()
-// [2] WordResult AutomaticThread::work()
+// [2] WorkResult AutomaticThread::work()
 //
 // Note that poll() and work() may not be called on the same thread every time, since this will shut
 // down the thread as necessary. This is legal since m_condition.wait(m_lock) can drop the lock, and
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to