summaryrefslogtreecommitdiff
path: root/boost/move/adl_move_swap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/adl_move_swap.hpp')
-rw-r--r--boost/move/adl_move_swap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/move/adl_move_swap.hpp b/boost/move/adl_move_swap.hpp
index 930320108d..d6906a483f 100644
--- a/boost/move/adl_move_swap.hpp
+++ b/boost/move/adl_move_swap.hpp
@@ -231,8 +231,8 @@ BOOST_MOVE_FORCEINLINE void adl_move_swap(T& x, T& y)
//! using boost::adl_move_swap.
//!
//! Parameters:
-//! first1, last1 - the first range of elements to swap
-//! first2 - beginning of the second range of elements to swap
+//! first1, last1 - the first range of elements to swap
+//! first2 - beginning of the second range of elements to swap
//!
//! Type requirements:
//! - ForwardIt1, ForwardIt2 must meet the requirements of ForwardIterator.