Changed: Minor typos

hg/feature/build_pipeline_v3
kervala 12 years ago
parent 7136618a72
commit 7f4ac72ef3

@ -586,7 +586,7 @@ extern uint32 NbMutexes;
/**
* This class ensure that the Value is accessed by only one thread. First you have to create a CSynchronized class with you type.
* This class ensure that the Value is accessed by only one thread. First you have to create a CSynchronized class with your type.
* Then, if a thread want to modify or do anything on it, you create a CAccessor in a \b sub \b scope. You can modify the value
* of the CUnfairSynchronized using the value() function \b until the end of the scope. So you have to put the smaller scope as you can.
*

Loading…
Cancel
Save