| Index: src/trusted/service_runtime/nacl_syscall_hook.c
|
| diff --git a/src/trusted/service_runtime/nacl_syscall_hook.c b/src/trusted/service_runtime/nacl_syscall_hook.c
|
| index 5b4bde16d532c219245b860f30b291bc7b4456fc..7d19d635e4240966bdc36d8741293d690b756e80 100644
|
| --- a/src/trusted/service_runtime/nacl_syscall_hook.c
|
| +++ b/src/trusted/service_runtime/nacl_syscall_hook.c
|
| @@ -162,7 +162,7 @@ NORETURN void NaClSyscallCSegHook(int32_t tls_idx) {
|
| * After this NaClAppThreadSetSuspendState() call, we should not
|
| * claim any mutexes, otherwise we risk deadlock. Note that if
|
| * NACLVERBOSITY is set high enough to enable the NaClLog() calls in
|
| - * NaClSwitchToApp(), these calls could deadlock on Windows.
|
| + * NaClSwitchToApp(), these calls could deadlock.
|
| */
|
| NaClAppThreadSetSuspendState(natp, NACL_APP_THREAD_TRUSTED,
|
| NACL_APP_THREAD_UNTRUSTED);
|
|
|