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

Unified Diff: components/nacl/browser/nacl_process_host.cc

Issue 262803014: Fix typo, "recieve" -> "receive", in NaCl/SDK code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | native_client_sdk/src/examples/api/socket/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_process_host.cc
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
index ff88399e67227e1e12c0d1f083acd3ed6c543fe4..f3c91a97ea7c22ca5bd137ac29c1e7bc11e06adf 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -493,7 +493,7 @@ void NaClProcessHost::OnDebugExceptionHandlerLaunchedByBroker(bool success) {
}
#endif
-// Needed to handle sync messages in OnMessageRecieved.
+// Needed to handle sync messages in OnMessageReceived.
bool NaClProcessHost::Send(IPC::Message* msg) {
return process_->Send(msg);
}
« no previous file with comments | « no previous file | native_client_sdk/src/examples/api/socket/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698