We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501eb51 commit e00ba55Copy full SHA for e00ba55
1 file changed
test/webaudio/audioworklet_emscripten_locks.c
@@ -68,7 +68,7 @@ void printDummy(Dummy* dummy) {
68
}
69
70
// Run a simple calculation that will only be stable *if* all values are atomically updated
71
-// (Currently called approx. 200'000x from each thread)
+// (Currently approx. 200'000x from each thread)
72
void runCalcs(Dummy* dummy, int num) {
73
for (int n = 0; n < num; n++) {
74
#ifndef DISABLE_LOCKS
0 commit comments