| Index: ipc/ipc_sync_channel.h
|
| diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h
|
| index 3f65ef38be0c6d045d06cad41ffff6f85f89a53c..74a61471174ee9d20e201eeb583cb047637f66a5 100644
|
| --- a/ipc/ipc_sync_channel.h
|
| +++ b/ipc/ipc_sync_channel.h
|
| @@ -225,12 +225,12 @@ class IPC_EXPORT SyncChannel : public ChannelProxy {
|
| }
|
|
|
| // Both these functions wait for a reply, timeout or process shutdown. The
|
| - // latter one also runs a nested message loop in the meantime.
|
| + // latter one also runs a nested run loop in the meantime.
|
| static void WaitForReply(mojo::SyncHandleRegistry* registry,
|
| SyncContext* context,
|
| bool pump_messages);
|
|
|
| - // Runs a nested message loop until a reply arrives, times out, or the process
|
| + // Runs a nested run loop until a reply arrives, times out, or the process
|
| // shuts down.
|
| static void WaitForReplyWithNestedMessageLoop(SyncContext* context);
|
|
|
|
|