From 819cb9f1cec693cd6ad2f61479b6db73d1ab56b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 29 Aug 2016 00:07:57 +0200 Subject: [PATCH] Fix typo. --- include/boost/container/pmr/list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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