--- old/src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java 2018-11-12 23:37:16.000000000 +0000 +++ new/src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java 2018-11-12 23:37:15.000000000 +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