diff --git a/include/boost/container/pmr/memory_resource.hpp b/include/boost/container/pmr/memory_resource.hpp index e99fd02..4187f05 100644 --- a/include/boost/container/pmr/memory_resource.hpp +++ b/include/boost/container/pmr/memory_resource.hpp @@ -54,7 +54,7 @@ class memory_resource { return this->do_deallocate(p, bytes, alignment); } //! Effects: Equivalent to - //! `return return do_is_equal(other);` + //! `return do_is_equal(other);` bool is_equal(const memory_resource& other) const BOOST_NOEXCEPT { return this->do_is_equal(other); }