doc: remove duplicate word

This commit is contained in:
Tim Cooper 2014-06-26 12:14:52 -03:00 committed by Saúl Ibarra Corretgé
parent 4661f2d6c0
commit 546fa7d508

View File

@ -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 * 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 * 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 * c-ares or libssh2. Using uv_poll_t for any other purpose is not recommended;
* recommended; uv_tcp_t, uv_udp_t, etc. provide an implementation that is * uv_tcp_t, uv_udp_t, etc. provide an implementation that is much faster and
* much faster and more scalable than what can be achieved with uv_poll_t, * more scalable than what can be achieved with uv_poll_t, especially on
* especially on Windows. * Windows.
* *
* It is possible that uv_poll occasionally signals that a file descriptor is * 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 * readable or writable even when it isn't. The user should therefore always