diff --git a/wpiutil/src/main/native/include/wpi/uv/Tcp.h b/wpiutil/src/main/native/include/wpi/uv/Tcp.h index 797abccb36..e99e47036c 100644 --- a/wpiutil/src/main/native/include/wpi/uv/Tcp.h +++ b/wpiutil/src/main/native/include/wpi/uv/Tcp.h @@ -112,7 +112,7 @@ class Tcp final : public NetworkStreamImpl { void Open(uv_os_sock_t sock) { Invoke(&uv_tcp_open, GetRaw(), sock); } /** - * Enable/Disable Nagle's algorithm. + * Enable no delay operation (turns off Nagle's algorithm). * @param enable True to enable it, false otherwise. * @return True in case of success, false otherwise. */