Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81433 - trunk/boost/heap
From: tim_at_[hidden]
Date: 2012-11-20 04:16:55


Author: timblechmann
Date: 2012-11-20 04:16:50 EST (Tue, 20 Nov 2012)
New Revision: 81433
URL: http://svn.boost.org/trac/boost/changeset/81433

Log:
heap: fix typo in comment

fixes #7713
Text files modified:
   trunk/boost/heap/fibonacci_heap.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/heap/fibonacci_heap.hpp
==============================================================================
--- trunk/boost/heap/fibonacci_heap.hpp (original)
+++ trunk/boost/heap/fibonacci_heap.hpp 2012-11-20 04:16:50 EST (Tue, 20 Nov 2012)
@@ -426,7 +426,7 @@
     /** \copydoc boost::heap::fibonacci_heap::update(handle_type, const_reference)
      *
      * \b Rationale: The lazy update function is a modification of the traditional update, that just invalidates
- * the iterator the the object referred to by the handle.
+ * the iterator to the object referred to by the handle.
      * */
     void update_lazy(handle_type handle, const_reference v)
     {
@@ -457,7 +457,7 @@
     /** \copydoc boost::heap::fibonacci_heap::update (handle_type handle)
      *
      * \b Rationale: The lazy update function is a modification of the traditional update, that just invalidates
- * the iterator the the object referred to by the handle.
+ * the iterator to the object referred to by the handle.
      * */
     void update_lazy (handle_type handle)
     {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk