typo repaired

This commit is contained in:
Frank B. Brokken 2013-11-28 08:20:49 +01:00
parent b56ad422f7
commit e8ff3146a5

View file

@ -58,7 +58,7 @@ with objects of type tt(unique_lock<mutex>). This combination allows
optimizations resulting in an increased efficiency compared to the efficiency
that can be obtained with objects of the class
hi(condition_variable_any)tt(std::condition_variable_any) that can be used
with any (e.g., user-supplied) lock types.
with any (e.g., user-supplied) lock type.
The condition variable classes offer members like tt(wait, wait_for,
wait_until, notify_one) and tt(notify_all) that may concurrently be called.