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

Unified Diff: native_client_sdk/src/examples/hello_world_gles/hello_world.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/hello_world_gles/hello_world.cc
diff --git a/native_client_sdk/src/examples/hello_world_gles/hello_world.cc b/native_client_sdk/src/examples/hello_world_gles/hello_world.cc
index c29c165d06e3f22e65a82937c534b9c39edf119e..fc6e3df96f7bad3618874588ceba786232904f57 100644
--- a/native_client_sdk/src/examples/hello_world_gles/hello_world.cc
+++ b/native_client_sdk/src/examples/hello_world_gles/hello_world.cc
@@ -395,7 +395,7 @@ static void URLOpened(void* user_data, int mode) {
}
// Otherwise allocate a buffer with enough space for a terminating
- // NUL in case we need one.
+ // NULL in case we need one.
cnt = (total > LONG_MAX) ? LONG_MAX : (int32_t) total;
req->buf_ = (char *) malloc(cnt + 1);
req->buf_[cnt] = 0;
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/queue.h ('k') | native_client_sdk/src/examples/hello_world_gles/matrix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698