diff options
author | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 12:32:14 +0000 |
---|---|---|
committer | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 12:32:14 +0000 |
commit | a2c92a1c2ec5dac7671b0bf100fe1f3b27c71f8e (patch) | |
tree | f3787c1f22d263aa533cbe0f094440da1349e2bf /native_client_sdk | |
parent | 6a19b257d4d6f9b98f754af68cd630242b3c8782 (diff) | |
download | chromium_src-a2c92a1c2ec5dac7671b0bf100fe1f3b27c71f8e.zip chromium_src-a2c92a1c2ec5dac7671b0bf100fe1f3b27c71f8e.tar.gz chromium_src-a2c92a1c2ec5dac7671b0bf100fe1f3b27c71f8e.tar.bz2 |
Fix some grammar in comments, error messages and documentation.
Thanks to all my reviewers, you are legion. I hope I didn't waste too
much of your time.
BUG=None
Review URL: http://codereview.chromium.org/9854039
Review URL: http://codereview.chromium.org/9854043
Review URL: http://codereview.chromium.org/9863058
Review URL: http://codereview.chromium.org/9863059
Review URL: http://codereview.chromium.org/9887005
Review URL: http://codereview.chromium.org/9890002
Review URL: http://codereview.chromium.org/9891002
Review URL: http://codereview.chromium.org/9895003
Review URL: http://codereview.chromium.org/9896002
Review URL: http://codereview.chromium.org/9896003
Review URL: http://codereview.chromium.org/9897002
Review URL: http://codereview.chromium.org/9897003
Review URL: http://codereview.chromium.org/9903004
Review URL: http://codereview.chromium.org/9904003
Review URL: http://codereview.chromium.org/9904002
Review URL: http://codereview.chromium.org/9904004
Review URL: http://codereview.chromium.org/9906002
Review URL: http://codereview.chromium.org/9906001
Review URL: http://codereview.chromium.org/9906003
Review URL: http://codereview.chromium.org/9909001
Review URL: http://codereview.chromium.org/9909002
Review URL: http://codereview.chromium.org/9909003
Review URL: http://codereview.chromium.org/9909004
Review URL: http://codereview.chromium.org/9910001
Review URL: http://codereview.chromium.org/9910002
Review URL: http://codereview.chromium.org/9910010
Review URL: http://codereview.chromium.org/9911001
Review URL: http://codereview.chromium.org/9912001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130359 0039d316-1c4b-4281-b951-d872f2087c98
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 |