Skip to content

Commit e00ba55

Browse files
committed
(Failure due to Firefox not downloading on CI)
1 parent 501eb51 commit e00ba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_emscripten_locks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void printDummy(Dummy* dummy) {
6868
}
6969

7070
// Run a simple calculation that will only be stable *if* all values are atomically updated
71-
// (Currently called approx. 200'000x from each thread)
71+
// (Currently approx. 200'000x from each thread)
7272
void runCalcs(Dummy* dummy, int num) {
7373
for (int n = 0; n < num; n++) {
7474
#ifndef DISABLE_LOCKS

0 commit comments

Comments
 (0)