summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangyongsheng <iysheng@163.com>2020-01-28 14:31:39 +0800
committeryangyongsheng <iysheng@163.com>2020-01-28 14:31:39 +0800
commit08e7d5136d4d02328fc1cd6e3571e7130d681f7b (patch)
treea92df0d157cdb6bd41b44907ac1a9a78935559c3 /include
parent0b6f29aca60258a1f90c2e17178a96fff71772d2 (diff)
downloadlibevent-08e7d5136d4d02328fc1cd6e3571e7130d681f7b.tar.gz
misspelling of output in bufferevent_struct.h
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;