Index: base/threading/worker_pool.h |
diff --git a/base/threading/worker_pool.h b/base/threading/worker_pool.h |
index f8d5ad51ad6405d525ee73935662701902cdaa3b..7eabe8f475f2d46af9a87f05027c86b72f5c4bed 100644 |
--- a/base/threading/worker_pool.h |
+++ b/base/threading/worker_pool.h |
@@ -32,7 +32,7 @@ class BASE_EXPORT WorkerPool { |
// false if |task| could not be posted to a worker thread. Regardless of |
// return value, ownership of |task| is transferred to the worker pool. |
// |
- // TODO(ajwong): Remove the Task* based overload once we've finishsed the |
+ // TODO(ajwong): Remove the Task* based overload once we've finished the |
// Task -> Closure migration. |
static bool PostTask(const tracked_objects::Location& from_here, |
Task* task, bool task_is_slow); |