From 08e7d5136d4d02328fc1cd6e3571e7130d681f7b Mon Sep 17 00:00:00 2001 From: yangyongsheng Date: Tue, 28 Jan 2020 14:31:39 +0800 Subject: [PATCH] misspelling of output in bufferevent_struct.h --- include/event2/bufferevent_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0