We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506140a commit 795fde4Copy full SHA for 795fde4
test/wasm_worker/condvar_waitinf.c
@@ -52,7 +52,7 @@ void signaler_main() {
52
}
53
// At this point we know the waiter took the lock already.
54
// That means that once we acquire the lock here the waiter
55
- // muste be `emscripten_condvar_waitinf`.
+ // must be `emscripten_condvar_waitinf`.
56
57
emscripten_out("signaler: aquiring lock");
58
emscripten_lock_waitinf_acquire(&mutex);
0 commit comments