Index: native_client_sdk/src/build_tools/debug_server/gdb_rsp/target.h |
diff --git a/native_client_sdk/src/build_tools/debug_server/gdb_rsp/target.h b/native_client_sdk/src/build_tools/debug_server/gdb_rsp/target.h |
index 5a710af553d37a77ce652d07cb66548e06795320..93f434d7b2e72a504866e65869f5424583d73463 100644 |
--- a/native_client_sdk/src/build_tools/debug_server/gdb_rsp/target.h |
+++ b/native_client_sdk/src/build_tools/debug_server/gdb_rsp/target.h |
@@ -6,7 +6,7 @@ |
// This module provides interfaces for accessing the debugging state of |
// the target. The target can use either the thread that took the |
-// exception or run in it's own thread. To respond to the host, the |
+// exception or run in its own thread. To respond to the host, the |
// application must call the run function with a valid Transport |
// which will then be polled for commands. The target will return |
// from Run when the host disconnects, or requests a continue. |