| Index: ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| index f908f8bdbf3c23edef1b07136169af56c9dbd523..e6b74241e727d1051be6521914977a0286a10e4f 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc
|
| @@ -355,8 +355,8 @@ void PluginReverseInterface::OpenManifestEntry_MainThreadContinuation(
|
| *p->op_complete_ptr = true; // done...
|
| p->file_info->desc = -1; // but failed.
|
| p->error_info->SetReport(ERROR_PNACL_NOT_ENABLED,
|
| - "ServiceRuntime: GetPnaclFd failed -- pnacl not "
|
| - "enabled with --enable-pnacl.");
|
| + "ServiceRuntime: GetPnaclFd failed -- pnacl "
|
| + "disabled with --disable-pnacl.");
|
| NaClXCondVarBroadcast(&cv_);
|
| return;
|
| }
|
|
|