| Index: blimp/client/core/blimp_client_context_impl.cc
|
| diff --git a/blimp/client/core/blimp_client_context_impl.cc b/blimp/client/core/blimp_client_context_impl.cc
|
| index 4ebebde648c30cfb8a3c03536604343eb4b982d8..49fb3c20cadb2d7bf7efc19469f09e7423bdb220 100644
|
| --- a/blimp/client/core/blimp_client_context_impl.cc
|
| +++ b/blimp/client/core/blimp_client_context_impl.cc
|
| @@ -70,7 +70,7 @@ BlimpClientContextImpl::BlimpClientContextImpl(
|
|
|
| RegisterFeatures();
|
|
|
| - // Initialize must only be posted after the calls features have been
|
| + // Initialize must only be posted after the features have been
|
| // registered.
|
| io_thread_task_runner_->PostTask(
|
| FROM_HERE, base::Bind(&ClientNetworkComponents::Initialize,
|
|
|