Skip to content

Commit 4147246

Browse files
Typo: Fix function name in Dynamic-Linking.rst (#23785)
1 parent c881312 commit 4147246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/compiling/Dynamic-Linking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ added and these changes need to be mirrored on every thread in the process.
231231
Changes to the table are protected by a mutex, and before any thread returns
232232
from ``dlopen`` or ``dlsym`` it will wait until all other threads are sync. In
233233
order to make this synchronization as seamless as possible, we hook into the
234-
low level primitives of `emscripten_futex_wait` and `emscirpten_yield`.
234+
low level primitives of `emscripten_futex_wait` and `emscripten_yield`.
235235

236236
For most use cases all this happens under hood and no special action is needed.
237237
However, there there is one class of application that currently may require

0 commit comments

Comments
 (0)