Commit b604a0cc authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

s/even/event/ and s/opteration/operation/

Change-Id: I18861df1cb95a2e8a5756c8a00da4f3ff57da098
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846016Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703797}
parent 7530fffc
......@@ -540,7 +540,7 @@ class SequencedSocketData : public SocketDataProvider {
// should use a SYNCHRONOUS event with a return value of ERR_IO_PENDING
// instead.
bool IsPaused() const;
// Resumes events once |this| is in the paused state. The next even will
// Resumes events once |this| is in the paused state. The next event will
// occur synchronously with the call if it can.
void Resume();
void RunUntilPaused();
......@@ -561,7 +561,7 @@ class SequencedSocketData : public SocketDataProvider {
// Defines the state for the read or write path.
enum IoState {
IDLE, // No async operation is in progress.
PENDING, // An async operation in waiting for another opteration to
PENDING, // An async operation in waiting for another operation to
// complete.
COMPLETING, // A task has been posted to complete an async operation.
PAUSED, // IO is paused until Resume() is called.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment