summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/event2/bufferevent_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event2/bufferevent_struct.h b/include/event2/bufferevent_struct.h
index e84c082c..546773ab 100644
--- a/include/event2/bufferevent_struct.h
+++ b/include/event2/bufferevent_struct.h
@@ -87,7 +87,7 @@ struct bufferevent {
this buffer, though the user is allowed to drain it. */
struct evbuffer *input;
- /** An input buffer. Only the bufferevent is allowed to drain data
+ /** An output buffer. Only the bufferevent is allowed to drain data
from this buffer, though the user is allowed to add it. */
struct evbuffer *output;