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. * *