| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index bb3e2422edf1694414979cd86733d30e9d2c6b94..ec87a7bbc4e59dae0b52228b6de0ae9867d59304 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -50,7 +50,7 @@ class IPC_EXPORT Channel : public Sender {
|
| // IPC::Listener used to be IPC::Channel::Listener which prevented forward
|
| // declarations. To keep existing code compiling, we provide this
|
| // backwards-compatible definition. New code should use IPC::Listener.
|
| - // TODO(brettw) converto users of this and delete.
|
| + // TODO(brettw) convert users of this and delete.
|
| typedef IPC::Listener Listener;
|
|
|
| // Flags to test modes
|
|
|