Fix a comment

This commit is contained in:
jean-pierre charras 2017-02-23 11:36:52 +01:00
parent d284fb87e8
commit a9d6af8001
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ optional<TOOL_EVENT> TOOL_MANAGER::ScheduleWait( TOOL_BASE* aTool,
{
TOOL_STATE* st = m_toolState[aTool];
assert( !st->pendingWait ); // everything collapses on two Yield() in a row
assert( !st->pendingWait ); // everything collapses on two KiYield() in a row
// indicate to the manager that we are going to sleep and we shall be
// woken up when an event matching aConditions arrive

View File

@ -326,7 +326,7 @@ public:
/**
* Function ReturnValue()
*
* Returns the yielded value (the argument Yield() was called with)
* Returns the yielded value (the argument KiYield() was called with)
*/
const ReturnType& ReturnValue() const
{