From 384e015d353892de9f574b3c2a92c11d16fe36a9 Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Tue, 20 Jan 2015 20:58:40 +0000 Subject: [PATCH] Modified comment. --- forward_list.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/forward_list.h b/forward_list.h index 10abcafd..14ae6291 100644 --- a/forward_list.h +++ b/forward_list.h @@ -44,8 +44,7 @@ SOFTWARE. namespace etl { //************************************************************************* - /// A templated forward_list implementation that uses a fixed size buffer. - /// MAX_SIZE_ elements will be always be constructed. + /// A templated forward_list implementation that uses a fixed size pool. ///\note 'merge' and 'splice_after' and are not supported. //************************************************************************* template