typo repaired

This commit is contained in:
Frank B. Brokken 2013-11-28 08:19:38 +01:00
parent 151cc39db6
commit b56ad422f7

View file

@ -57,7 +57,7 @@ Condition variables come in two flavors: objects of the class
with objects of type tt(unique_lock<mutex>). This combination allows with objects of type tt(unique_lock<mutex>). This combination allows
optimizations resulting in an increased efficiency compared to the efficiency optimizations resulting in an increased efficiency compared to the efficiency
that can be obtained with objects of the class that can be obtained with objects of the class
hi(condition_variable_any)tt(stdLLcondition_variable_any) that can be used 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 types.
The condition variable classes offer members like tt(wait, wait_for, The condition variable classes offer members like tt(wait, wait_for,