From fe7180c5b2c37313722b8d21c33eec6ff011f26d Mon Sep 17 00:00:00 2001 From: Jesse Cohen Date: Wed, 1 Aug 2018 12:19:45 -0400 Subject: [trivial,doc] Fix memory consistency model in comment --- src/scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scheduler.h b/src/scheduler.h index 421002ec17..66fd44d179 100644 --- a/src/scheduler.h +++ b/src/scheduler.h @@ -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. */ -- cgit v1.2.3