Skip to content

Commit 558e3f2

Browse files
committed
Fix typo
1 parent 7bae510 commit 558e3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/container/list.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class list
343343
|| allocator_traits_type::is_always_equal::value)
344344
{
345345
if (BOOST_LIKELY(this != &x)) {
346-
//We know resources can be transferred at comiple time if both allocators are
346+
//We know resources can be transferred at compile time if both allocators are
347347
//always equal or the allocator is going to be propagated
348348
const bool can_steal_resources_alloc
349349
= allocator_traits_type::propagate_on_container_move_assignment::value

0 commit comments

Comments
 (0)