We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c56f3 commit dc5bf0dCopy full SHA for dc5bf0d
src/main/java/rx/internal/util/RxRingBuffer.java
@@ -413,7 +413,7 @@ public Object peek() {
413
synchronized (this) {
414
Queue<Object> q = queue;
415
if (q == null) {
416
- // we are unsubscribed and have released the undelrying queue
+ // we are unsubscribed and have released the underlying queue
417
return null;
418
}
419
o = q.peek();
0 commit comments