summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-12 14:06:02 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-12 14:06:02 -0400
commit58408eedd8294272b63d9f428eae98c580d7a607 (patch)
tree1ab4a5faf06fc9774ef56b2773671abd4a68d786
parentaf9b2a7ae0be11c79a909d212b1833a9379e4ba0 (diff)
downloadlibevent-58408eedd8294272b63d9f428eae98c580d7a607.tar.gz
Fix duplicate paragraph in evbuffer_ptr documentation
-rw-r--r--include/event2/buffer.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/event2/buffer.h b/include/event2/buffer.h
index 839d6e7c..03a18984 100644
--- a/include/event2/buffer.h
+++ b/include/event2/buffer.h
@@ -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.