summaryrefslogtreecommitdiff
path: root/deps/uv/src/win/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/src/win/udp.c')
-rw-r--r--deps/uv/src/win/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/src/win/udp.c b/deps/uv/src/win/udp.c
index 99fd80fce9..73b5bd5e46 100644
--- a/deps/uv/src/win/udp.c
+++ b/deps/uv/src/win/udp.c
@@ -83,7 +83,7 @@ static int uv_udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket,
}
if (pSetFileCompletionNotificationModes) {
- /* All know windowses that support SetFileCompletionNotificationModes */
+ /* All known Windows that support SetFileCompletionNotificationModes */
/* have a bug that makes it impossible to use this function in */
/* conjunction with datagram sockets. We can work around that but only */
/* if the user is using the default UDP driver (AFD) and has no other */