jdk/src/java.base/unix/native/libnet/SocketOutputStream.c
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 39318 2006d1d41c8b
--- 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");