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

Unified Diff: native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 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/libraries/ppapi_main/ppapi_queue.cc
diff --git a/native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc b/native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc
index ff5ed382f997d936952fe5845108a6c0d9752bee..9ecce6680ee5a6e8add6eee1e7752d171c58172f 100644
--- a/native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc
+++ b/native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc
@@ -35,7 +35,7 @@ bool PPAPIQueue::SetSize(uint32_t queue_size) {
}
bool PPAPIQueue::AddNewMessage(void* msg) {
- // Writting a NULL message is illegal
+ // Writing a NULL message is illegal
assert(array_ != NULL);
assert(msg != NULL);
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_queue.h ('k') | native_client_sdk/src/libraries/utils/macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698