src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java
changeset 52499 768b1c612100
parent 50985 cd41f34e548c
child 53467 97cf88608d76
--- a/src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java	Tue Nov 13 11:45:16 2018 +0100
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java	Tue Nov 13 12:24:34 2018 +0000
@@ -282,7 +282,7 @@
         // The most recently subscribed delegate will get the error.
         // If the delegate is null, the error will be handled by the next
         // delegate that subscribes.
-        // If the queue is not empty, wait until it it is empty before
+        // If the queue is not empty, wait until it is empty before
         // handling the error.
         Http1AsyncDelegate delegate = pendingDelegateRef.get();
         if (delegate == null) delegate = this.delegate;