]> granicus.if.org Git - libevent/commitdiff
misspelling of output in bufferevent_struct.h
authoryangyongsheng <iysheng@163.com>
Tue, 28 Jan 2020 06:31:39 +0000 (14:31 +0800)
committeryangyongsheng <iysheng@163.com>
Tue, 28 Jan 2020 06:31:39 +0000 (14:31 +0800)
include/event2/bufferevent_struct.h

index e84c082c30cc9066735e280f5a7482e668dcc844..546773ab7f735367ea6ab1016d66e8d133f09348 100644 (file)
@@ -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;