]> granicus.if.org Git - libevent/commitdiff
Fix duplicate paragraph in evbuffer_ptr documentation
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Mar 2014 18:06:02 +0000 (14:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Mar 2014 18:06:02 +0000 (14:06 -0400)
include/event2/buffer.h

index 839d6e7ca4c5402017a0679601e97c7a74b48613..03a18984354a3779ab373dc6243bfeeeeac92b8f 100644 (file)
@@ -105,13 +105,8 @@ struct evbuffer
 
     Used when repeatedly searching through a buffer.  Calling any function
     that modifies or re-packs the buffer contents may invalidate all
-    evbuffer_ptrs for that buffer.  Do not modify these values except with
-    evbuffer_ptr_set.
-
-    Used when repeatedly searching through a buffer.  Calls to any function
-    that modifies or re-packs the buffer contents may invalidate all
-    evbuffer_ptrs for that buffer.  Do not modify these values except with
-    evbuffer_ptr_set.
+    evbuffer_ptrs for that buffer.  Do not modify or contruct these values
+    except with evbuffer_ptr_set.
 
     An evbuffer_ptr can represent any position from the start of a buffer up
     to a position immediately after the end of a buffer.