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

Unified Diff: native_client_sdk/src/examples/pi_generator/pi_generator.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/examples/pi_generator/pi_generator.cc
diff --git a/native_client_sdk/src/examples/pi_generator/pi_generator.cc b/native_client_sdk/src/examples/pi_generator/pi_generator.cc
index 27bdbf9e4097ed8ef171225aa152e75c0f4fa1b5..2b5766f75c5ce80532a9e44bc0c92ee52f45c075 100644
--- a/native_client_sdk/src/examples/pi_generator/pi_generator.cc
+++ b/native_client_sdk/src/examples/pi_generator/pi_generator.cc
@@ -34,7 +34,7 @@ void FlushCallback(void* data, int32_t result) {
namespace pi_generator {
-// A small helper RAII class that implementes a scoped pthread_mutex lock.
+// A small helper RAII class that implements a scoped pthread_mutex lock.
class ScopedMutexLock {
public:
explicit ScopedMutexLock(pthread_mutex_t* mutex) : mutex_(mutex) {
« no previous file with comments | « native_client_sdk/src/examples/mouselock/mouselock.h ('k') | native_client_sdk/src/examples/pong/pong_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698