We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5752568 commit 81bcaa2Copy full SHA for 81bcaa2
system/lib/pthread/emscripten_thread_state.S
@@ -54,7 +54,7 @@ emscripten_is_main_browser_thread:
54
end_function
55
56
# Semantically the same as testing "!ENVIRONMENT_IS_WEB" in JS (except for the
57
-# case of Audio Worklets, which aren't web but don't support atomic waits)
+# case of Audio Worklets, which aren't web but don't support atomic waits).
58
.globl _emscripten_thread_supports_atomics_wait
59
_emscripten_thread_supports_atomics_wait:
60
.functype _emscripten_thread_supports_atomics_wait () -> (i32)
0 commit comments