From 550879ce441565d2cce4638a6533eeec0e1fc717 Mon Sep 17 00:00:00 2001 From: Winter Date: Sun, 31 Jan 2016 18:36:48 +0100 Subject: [PATCH] base_cpp: changed documentation to reflect that atomics are initialized to zero by default --- base_cpp/include/embb/base/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- libgit2 0.26.0