We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c881312 commit 4147246Copy full SHA for 4147246
site/source/docs/compiling/Dynamic-Linking.rst
@@ -231,7 +231,7 @@ added and these changes need to be mirrored on every thread in the process.
231
Changes to the table are protected by a mutex, and before any thread returns
232
from ``dlopen`` or ``dlsym`` it will wait until all other threads are sync. In
233
order to make this synchronization as seamless as possible, we hook into the
234
-low level primitives of `emscripten_futex_wait` and `emscirpten_yield`.
+low level primitives of `emscripten_futex_wait` and `emscripten_yield`.
235
236
For most use cases all this happens under hood and no special action is needed.
237
However, there there is one class of application that currently may require
0 commit comments