| 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);
|
| }
|
|
|