Skip to content

Commit e1847ca

Browse files
authored
sync: fix typo on atomic_test.v (#22168)
1 parent ae9456a commit e1847ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/sync/stdatomic/atomic_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mut:
88
counter u64
99
}
1010

11-
// without proper syncronization this would fail
11+
// without proper synchronization this would fail
1212
fn test_count_10_times_1_cycle_should_result_10_cycles_with_sync() {
1313
desired_iterations := 10 * iterations_per_cycle
1414
mut wg := sync.new_waitgroup()

0 commit comments

Comments
 (0)