diff --git a/base_cpp/include/embb/base/atomic.h b/base_cpp/include/embb/base/atomic.h index d39f494..bf9cdb9 100644 --- a/base_cpp/include/embb/base/atomic.h +++ b/base_cpp/include/embb/base/atomic.h @@ -62,7 +62,7 @@ class Atomic { /** * Default constructor. * - * Constructs an atomic variable holding an uninitialized value. + * Constructs an atomic variable holding zero. * * \waitfree *