Skip to content

Commit 5493605

Browse files
ivanpanchtimblechmann
authored andcommitted
Update spsc_queue.hpp
1 parent 960a2d1 commit 5493605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/lockfree/spsc_queue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_t
823823
return push( t.data(), t.size() );
824824
}
825825

826-
/** Pushes as many objects from the range [begin, end) as there is space .
826+
/** Pushes as many objects from the range [begin, end) as there is space.
827827
*
828828
* \pre only one thread is allowed to push data to the spsc_queue
829829
* \return iterator to the first element, which has not been pushed

0 commit comments

Comments
 (0)