Index: third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc |
diff --git a/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc b/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc |
index 3beb123eb6795e35f6f78c33a6e2bc2fd8fea4c0..a5051321f5ab4d544fc52bc4a3b9b9889f7ae4d1 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc |
+++ b/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc |
@@ -110,7 +110,7 @@ IdleHelper::IdlePeriodState IdleHelper::ComputeNewLongIdlePeriodState( |
return IdlePeriodState::IN_LONG_IDLE_PERIOD; |
} |
} else { |
- // If we can't start the idle period yet then try again after wakeup. |
+ // If we can't start the idle period yet then try again after wake-up. |
*next_long_idle_period_delay_out = base::TimeDelta::FromMilliseconds( |
kRetryEnableLongIdlePeriodDelayMillis); |
return IdlePeriodState::NOT_IN_IDLE_PERIOD; |