diff --git a/include/boost/container/pmr/list.hpp b/include/boost/container/pmr/list.hpp index 8bac3ba..f3676a3 100644 --- a/include/boost/container/pmr/list.hpp +++ b/include/boost/container/pmr/list.hpp @@ -29,7 +29,7 @@ using list = boost::container::list>; #endif -//! A portable metafunction to obtain a deque +//! A portable metafunction to obtain a list //! that uses a polymorphic allocator template struct list_of