diff options
Diffstat (limited to 'native_client_sdk')
4 files changed, 4 insertions, 4 deletions
diff --git a/native_client_sdk/src/build_tools/debug_server/gdb_rsp/host.h b/native_client_sdk/src/build_tools/debug_server/gdb_rsp/host.h index 3f01efe..09f9234 100644 --- a/native_client_sdk/src/build_tools/debug_server/gdb_rsp/host.h +++ b/native_client_sdk/src/build_tools/debug_server/gdb_rsp/host.h @@ -7,7 +7,7 @@ // the host side of the connection. The host behaves like a cache, and // is responsible for syncronization of state between the Target and Host. // For example, the Host is responsible for updating the thread context -// before restarting the Target, and for updating it's internal array of +// before restarting the Target, and for updating its internal array of // threads whenever the Target stops. #ifndef NATIVE_CLIENT_GDB_RSP_HOST_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 5a710af..93f434d 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. 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 74da87c..626ed31 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); diff --git a/native_client_sdk/src/project_templates/html/project_file.html b/native_client_sdk/src/project_templates/html/project_file.html index 0b21ad9..db3bc1a 100644 --- a/native_client_sdk/src/project_templates/html/project_file.html +++ b/native_client_sdk/src/project_templates/html/project_file.html @@ -64,7 +64,7 @@ _dbg.nmf version of the manifest file. Note: Since this NaCl module does not use any real-estate in the browser, - it's width and height are set to 0. + its width and height are set to 0. Note: The <EMBED> element is wrapped inside a <DIV>, which has both a 'load' and a 'message' event listener attached. This wrapping method is used |