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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/queue.h

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/examples/hello_nacl_io/queue.h
diff --git a/native_client_sdk/src/examples/hello_nacl_io/queue.h b/native_client_sdk/src/examples/hello_nacl_io/queue.h
index ed267f86664ce1ad69edc2817e8697de44548060..f622ee5d7685fcd717f007e10b25a36eccbadeac 100644
--- a/native_client_sdk/src/examples/hello_nacl_io/queue.h
+++ b/native_client_sdk/src/examples/hello_nacl_io/queue.h
@@ -11,7 +11,7 @@
*
* There are techniques to implement a queue like this without using memory
* barriers or locks on x86, but ARM's memory system is different from x86, so
- * we cannot make the same assuptions about visibility order of writes. Using a
+ * we cannot make the same assumptions about visibility order of writes. Using a
* mutex is slower, but also simpler.
*
* We make the assumption that messages are only enqueued on the main thread
« no previous file with comments | « native_client_sdk/src/examples/geturl/geturl_handler.h ('k') | native_client_sdk/src/examples/hello_world_gles/hello_world.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698