Skip to content

Commit 795fde4

Browse files
committed
Fix typo from #26456
1 parent 506140a commit 795fde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wasm_worker/condvar_waitinf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void signaler_main() {
5252
}
5353
// At this point we know the waiter took the lock already.
5454
// That means that once we acquire the lock here the waiter
55-
// muste be `emscripten_condvar_waitinf`.
55+
// must be `emscripten_condvar_waitinf`.
5656

5757
emscripten_out("signaler: aquiring lock");
5858
emscripten_lock_waitinf_acquire(&mutex);

0 commit comments

Comments
 (0)