--- a/src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java Tue Nov 13 11:45:16 2018 +0100
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java Tue Nov 13 12:24:34 2018 +0000
@@ -414,7 +414,7 @@
// call these before assigning a request/stream to a connection
// if false returned then a new Http2Connection is required
- // if true, the the stream may be assigned to this connection
+ // if true, the stream may be assigned to this connection
// for server push, if false returned, then the stream should be cancelled
synchronized boolean reserveStream(boolean clientInitiated) throws IOException {
if (finalStream) {