From 546fa7d508ba741c106d0161a31e9f8d257a5d56 Mon Sep 17 00:00:00 2001 From: Tim Cooper Date: Thu, 26 Jun 2014 12:14:52 -0300 Subject: [PATCH] doc: remove duplicate word --- include/uv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/uv.h b/include/uv.h index ef2f840d..d3dcff42 100644 --- a/include/uv.h +++ b/include/uv.h @@ -1227,10 +1227,10 @@ UV_EXTERN uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle); * * The purpose of uv_poll is to enable integrating external libraries that * rely on the event loop to signal it about the socket status changes, like - * c-ares or libssh2. Using uv_poll_t for any other other purpose is not - * recommended; uv_tcp_t, uv_udp_t, etc. provide an implementation that is - * much faster and more scalable than what can be achieved with uv_poll_t, - * especially on Windows. + * c-ares or libssh2. Using uv_poll_t for any other purpose is not recommended; + * uv_tcp_t, uv_udp_t, etc. provide an implementation that is much faster and + * more scalable than what can be achieved with uv_poll_t, especially on + * Windows. * * It is possible that uv_poll occasionally signals that a file descriptor is * readable or writable even when it isn't. The user should therefore always