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

Unified Diff: native_client_sdk/src/build_tools/debug_server/port/thread.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/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);

Powered by Google App Engine
This is Rietveld 408576698