Index: native_client_sdk/src/build_tools/debug_server/port/thread.h |
diff --git a/native_client_sdk/src/build_tools/debug_server/port/thread.h b/native_client_sdk/src/build_tools/debug_server/port/thread.h |
index 74da87c5b2bc7cf67d1fa68c5e72a69a8f52a350..626ed3177002af0d584a62c6eab660143bbb287f 100644 |
--- a/native_client_sdk/src/build_tools/debug_server/port/thread.h |
+++ b/native_client_sdk/src/build_tools/debug_server/port/thread.h |
@@ -31,7 +31,7 @@ class IThread { |
RUNNING = 0, // The thread is currently running |
SUSPENDED= 1, // The thread has been suspended |
SIGNALED = 2, // The thread is signaled |
- SYSCALL = 3 // In a sys call, it's registers can not be modified. |
+ SYSCALL = 3 // In a sys call, its registers can not be modified. |
}; |
typedef void (*CatchFunc_t)(uint32_t id, int8_t sig, void *cookie); |