--- a/jdk/src/java.base/unix/native/libnet/SocketOutputStream.c Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/unix/native/libnet/SocketOutputStream.c Thu Oct 30 07:31:41 2014 -0700
@@ -74,7 +74,7 @@
} else {
fd = (*env)->GetIntField(env, fdObj, IO_fd_fdID);
/* Bug 4086704 - If the Socket associated with this file descriptor
- * was closed (sysCloseFD), the the file descriptor is set to -1.
+ * was closed (sysCloseFD), the file descriptor is set to -1.
*/
if (fd == -1) {
JNU_ThrowByName(env, "java/net/SocketException", "Socket closed");