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