Ticket #7713: fix_comment_typo.patch

File fix_comment_typo.patch, 1.1 KB (added by oss.2012.team+D2@…, 10 years ago)

PATCH for boost/heap/fibonacci_heap.hpp

  • boost/heap/fibonacci_heap.hpp

     
    426426    /** \copydoc boost::heap::fibonacci_heap::update(handle_type, const_reference)
    427427     *
    428428     * \b Rationale: The lazy update function is a modification of the traditional update, that just invalidates
    429      *               the iterator the the object referred to by the handle.
     429     *               the iterator to the object referred to by the handle.
    430430     * */
    431431    void update_lazy(handle_type handle, const_reference v)
    432432    {
     
    457457    /** \copydoc boost::heap::fibonacci_heap::update (handle_type handle)
    458458     *
    459459     * \b Rationale: The lazy update function is a modification of the traditional update, that just invalidates
    460      *               the iterator the the object referred to by the handle.
     460     *               the iterator to the object referred to by the handle.
    461461     * */
    462462    void update_lazy (handle_type handle)
    463463    {