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 ae9456a commit e1847caCopy full SHA for e1847ca
vlib/sync/stdatomic/atomic_test.v
@@ -8,7 +8,7 @@ mut:
8
counter u64
9
}
10
11
-// without proper syncronization this would fail
+// without proper synchronization this would fail
12
fn test_count_10_times_1_cycle_should_result_10_cycles_with_sync() {
13
desired_iterations := 10 * iterations_per_cycle
14
mut wg := sync.new_waitgroup()
0 commit comments