| Index: native_client_sdk/src/examples/dlopen/dlopen.cc
|
| diff --git a/native_client_sdk/src/examples/dlopen/dlopen.cc b/native_client_sdk/src/examples/dlopen/dlopen.cc
|
| index f77930a4cf9af786cf91cb9d2ed8b9e8390bc179..b823e23f7006c7a83b76d7d1ed12c9b7947abb30 100644
|
| --- a/native_client_sdk/src/examples/dlopen/dlopen.cc
|
| +++ b/native_client_sdk/src/examples/dlopen/dlopen.cc
|
| @@ -13,7 +13,7 @@
|
| /// method on the object returned by CreateModule(). If the CreateInstance
|
| /// returns successfully, then Init function is called, which will load the
|
| /// shared object on a worker thread. We use a worker because dlopen is
|
| -/// a blocking call, which is not alowed on the main thread.
|
| +/// a blocking call, which is not allowed on the main thread.
|
|
|
| #include <dlfcn.h>
|
| #include <pthread.h>
|
|
|