Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: native_client_sdk/src/build_tools/debug_server/gdb_rsp/target.h

Issue 9909003: Fix some grammatical errors in native_client_sdk/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698