We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bae510 commit 558e3f2Copy full SHA for 558e3f2
include/boost/container/list.hpp
@@ -343,7 +343,7 @@ class list
343
|| allocator_traits_type::is_always_equal::value)
344
{
345
if (BOOST_LIKELY(this != &x)) {
346
- //We know resources can be transferred at comiple time if both allocators are
+ //We know resources can be transferred at compile time if both allocators are
347
//always equal or the allocator is going to be propagated
348
const bool can_steal_resources_alloc
349
= allocator_traits_type::propagate_on_container_move_assignment::value
0 commit comments