From: yangyongsheng Date: Tue, 28 Jan 2020 06:31:39 +0000 (+0800) Subject: misspelling of output in bufferevent_struct.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08e7d5136d4d02328fc1cd6e3571e7130d681f7b;p=libevent misspelling of output in bufferevent_struct.h --- 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;