[trivial,doc] Fix memory consistency model in comment

This commit is contained in:
Jesse Cohen 2018-08-01 12:19:45 -04:00
parent e83d82a85c
commit fe7180c5b2

View file

@ -110,7 +110,7 @@ public:
/**
* Add a callback to be executed. Callbacks are executed serially
* and memory is sequentially consistent between callback executions.
* and memory is release-acquire consistent between callback executions.
* Practially, this means that callbacks can behave as if they are executed
* in order by a single thread.
*/