Skip to content

Commit 1a12370

Browse files
Dmitry-Borodinelizarov
authored andcommitted
typo fixed
1 parent e5b2523 commit 1a12370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/kotlinx-coroutines-core-native/src/EventLoop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ internal abstract class EventLoopBase: CoroutineDispatcher(), Delay, EventLoop {
5353
// null | CLOSED_EMPTY | task | Queue<Runnable>
5454
private val _queue = atomic<Any?>(null)
5555

56-
// Allocated only only once
56+
// Allocated only once
5757
private val _delayed = atomic<ThreadSafeHeap<DelayedTask>?>(null)
5858

5959
protected abstract val isCompleted: Boolean

0 commit comments

Comments
 (0)