diff -r bd380b80f9ea -r ef8a3a2a72f2 jdk/src/windows/native/sun/nio/ch/SocketChannelImpl.c --- a/jdk/src/windows/native/sun/nio/ch/SocketChannelImpl.c Tue Oct 29 16:35:20 2013 +0400 +++ b/jdk/src/windows/native/sun/nio/ch/SocketChannelImpl.c Tue Oct 29 17:01:06 2013 +0400 @@ -97,7 +97,7 @@ } /* - * Socket is writable or error occured. On some Windows editions + * Socket is writable or error occurred. On some Windows editions * the socket will appear writable when the connect fails so we * check for error rather than writable. */