Changeset 218872 in webkit


Ignore:
Timestamp:
Jun 28, 2017 4:23:39 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

Fix typo in comment: WordResult => WorkResult

  • wtf/AutomaticThread.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r218861 r218872  
     12017-06-28  David Kilzer  <ddkilzer@apple.com>
     2
     3        Fix typo in comment: WordResult => WorkResult
     4
     5        * wtf/AutomaticThread.h:
     6
    172017-06-27  Caio Lima  <ticaiolima@gmail.com>
    28
  • trunk/Source/WTF/wtf/AutomaticThread.h

    r218594 r218872  
    6060//
    6161// [1] PollResult AutomaticThread::poll()
    62 // [2] WordResult AutomaticThread::work()
     62// [2] WorkResult AutomaticThread::work()
    6363//
    6464// Note that poll() and work() may not be called on the same thread every time, since this will shut
Note: See TracChangeset for help on using the changeset viewer.