Skip to content

Commit cdc1df9

Browse files
committed
Remove more timeout typos
1 parent e4ee55d commit cdc1df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atomicfu/src/concurrentTest/kotlin/kotlinx/atomicfu/locks/LockWithTimoutTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import kotlin.test.Test
66
import kotlin.test.assertEquals
77
import kotlin.time.Duration.Companion.milliseconds
88

9-
class LockWithTimoutTests {
9+
class LockWithTimeoutTests {
1010

1111
// Helper class with atomic counter in constructor
1212
class AtomicCounter(initialValue: Int = 0) {

atomicfu/src/jvmTest/kotlin/kotlinx/atomicfu/locks/NativeMutexTimeoutLincheckTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class NativeMutexTimeoutLincheckTest {
3737
.check(this::class.java)
3838

3939
@Operation
40-
fun incNoTimout() {
40+
fun incNoTimeout() {
4141
localParkers.computeIfAbsent(ParkingSupport.currentThreadHandle()) { ThreadParker() }
4242
lock.lock()
4343
counter.inc()

0 commit comments

Comments
 (0)