From d6c44c56d9167197b112e3e84b8bf800291cafb8 Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Tue, 31 Mar 2015 16:07:49 +0200 Subject: [PATCH] Correct concept, should be minimal capacity for all queues --- containers_cpp/include/embb/containers/wait_free_spsc_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers_cpp/include/embb/containers/wait_free_spsc_queue.h b/containers_cpp/include/embb/containers/wait_free_spsc_queue.h index f470ed6..1fabf3f 100644 --- a/containers_cpp/include/embb/containers/wait_free_spsc_queue.h +++ b/containers_cpp/include/embb/containers/wait_free_spsc_queue.h @@ -68,7 +68,7 @@ * \code{.cpp} Queue(capacity) \endcode * Nothing * - * Constructs a queue with capacity \c capacity that holds elements of + * Constructs a queue with minimal capacity \c capacity that holds elements of * type \c T. * * -- libgit2 0.26.0