From: Andy Green Date: Wed, 16 Aug 2017 07:22:33 +0000 (+0800) Subject: docs: swap _all_protocol_vhost cut and paste X-Git-Tag: accepted/tizen/4.0/unified/20171012.191640~4 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibwebsockets.git;a=commitdiff_plain;h=7c41ff6a37e24c0f9093b1842917f29556cb2f02 docs: swap _all_protocol_vhost cut and paste https://github.com/warmcat/libwebsockets/issues/989 --- diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index ef8efca..66ca787 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -3920,7 +3920,7 @@ lws_callback_on_writable(struct lws *wsi); /** * lws_callback_on_writable_all_protocol() - Request a callback for all - * connections on same vhost using the given protocol when it + * connections using the given protocol when it * becomes possible to write to each socket without * blocking in turn. * @@ -3937,8 +3937,8 @@ lws_callback_on_writable_all_protocol(const struct lws_context *context, /** * lws_callback_on_writable_all_protocol_vhost() - Request a callback for - * all connections using the given protocol when it - * becomes possible to write to each socket without + * all connections on same vhost using the given protocol + * when it becomes possible to write to each socket without * blocking in turn. * * \param vhost: Only consider connections on this lws_vhost