Index: base/task_scheduler/task_traits.h |
diff --git a/base/task_scheduler/task_traits.h b/base/task_scheduler/task_traits.h |
index 523fd137b66557e7146f1774b661b8b8e3cf6d5e..0c0d304dcf53edf41f679904e3b45dc296a1b911 100644 |
--- a/base/task_scheduler/task_traits.h |
+++ b/base/task_scheduler/task_traits.h |
@@ -41,7 +41,7 @@ enum class TaskPriority { |
enum class TaskShutdownBehavior { |
// Tasks posted with this mode which have not started executing before |
// shutdown is initiated will never run. Tasks with this mode running at |
- // shutdown will be ignored (the worker thread will not be joined). |
+ // shutdown will be ignored (the worker will not be joined). |
// |
// This option provides a nice way to post stuff you don't want blocking |
// shutdown. For example, you might be doing a slow DNS lookup and if it's |