src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java
changeset 52499 768b1c612100
parent 50985 cd41f34e548c
--- a/src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java	Tue Nov 13 11:45:16 2018 +0100
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java	Tue Nov 13 12:24:34 2018 +0000
@@ -322,7 +322,7 @@
         // onNext is usually called from within a user / executor thread.
         // Initial writing will be performed in that thread. If for some reason,
         // not all the data can be written, a writeEvent will be registered, and
-        // writing will resume in the the selector manager thread when the
+        // writing will resume in the selector manager thread when the
         // writeEvent is fired.
         //
         // If this method is invoked in the selector manager thread (because of