Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: base/task_scheduler/scheduler_worker_pool_impl.cc

Issue 2540593006: Fix TODO Typo (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/scheduler_worker_pool_impl.cc
diff --git a/base/task_scheduler/scheduler_worker_pool_impl.cc b/base/task_scheduler/scheduler_worker_pool_impl.cc
index f2d69344f4cfb6da35f4932b6ad3aa4ba0d7d739..79e3ebce5c2eb9dd3ee73e56c4b6639461e4737a 100644
--- a/base/task_scheduler/scheduler_worker_pool_impl.cc
+++ b/base/task_scheduler/scheduler_worker_pool_impl.cc
@@ -767,7 +767,7 @@ void SchedulerWorkerPoolImpl::WakeUpWorker(SchedulerWorker* worker) {
DCHECK(worker);
RemoveFromIdleWorkersStack(worker);
worker->WakeUp();
- // TOOD(robliao): Honor StandbyThreadPolicy::ONE here and consider adding
+ // TODO(robliao): Honor StandbyThreadPolicy::ONE here and consider adding
// hysteresis to the CanDetach check. See https://crbug.com/666041.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698