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

Unified Diff: native_client_sdk/src/examples/geturl/geturl_handler.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/geturl/geturl_handler.h
diff --git a/native_client_sdk/src/examples/geturl/geturl_handler.h b/native_client_sdk/src/examples/geturl/geturl_handler.h
index 4caffa1bb51e10dfdd7070e465ab660c7a306480..b0ca68409ba5b54e7274e32ae1751e58ac8255cd 100644
--- a/native_client_sdk/src/examples/geturl/geturl_handler.h
+++ b/native_client_sdk/src/examples/geturl/geturl_handler.h
@@ -43,14 +43,14 @@ class GetURLHandler {
GetURLHandler(pp::Instance* instance_, const std::string& url);
~GetURLHandler();
- // Callback fo the pp::URLLoader::Open().
+ // Callback for the pp::URLLoader::Open().
// Called by pp::URLLoader when response headers are received or when an
// error occurs (in response to the call of pp::URLLoader::Open()).
// Look at <ppapi/c/ppb_url_loader.h> and
// <ppapi/cpp/url_loader.h> for more information about pp::URLLoader.
void OnOpen(int32_t result);
- // Callback fo the pp::URLLoader::ReadResponseBody().
+ // Callback for the pp::URLLoader::ReadResponseBody().
// |result| contains the number of bytes read or an error code.
// Appends data from this->buffer_ to this->url_response_body_.
void OnRead(int32_t result);
« no previous file with comments | « native_client_sdk/src/examples/fullscreen_tumbler/tumbler.h ('k') | native_client_sdk/src/examples/hello_nacl_io/queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698