Skip to content

Commit d2a4011

Browse files
Dmitry-Borodinqwwdfsad
authored andcommitted
typo fixed
1 parent 6790f15 commit d2a4011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)