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

Unified Diff: native_client_sdk/src/libraries/ppapi_main/ppapi_instance3d.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_instance3d.cc
diff --git a/native_client_sdk/src/libraries/ppapi_main/ppapi_instance3d.cc b/native_client_sdk/src/libraries/ppapi_main/ppapi_instance3d.cc
index ef8092eadbcba7f52a26cbe5cefc702d6d044b72..60fa1d255589c82c471226405bf2b3a056739575 100644
--- a/native_client_sdk/src/libraries/ppapi_main/ppapi_instance3d.cc
+++ b/native_client_sdk/src/libraries/ppapi_main/ppapi_instance3d.cc
@@ -141,7 +141,7 @@ void PPAPIInstance3D::BuildContext(int32_t result, const pp::Size& new_size) {
is_context_bound_ = BindGraphics(device_context_);
printf("Context is bound=%d\n", is_context_bound_);
- // The the context regardless to make sure we have a valid one
+ // Set the context regardless to make sure we have a valid one
glSetCurrentContextPPAPI(device_context_.pp_resource());
if (is_context_bound_) {
PPAPIBuildContext(size_.width(), size_.height());
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_instance.cc ('k') | native_client_sdk/src/libraries/ppapi_main/ppapi_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698