Fix comment.

This commit is contained in:
Ian Lance Taylor 2007-12-06 05:27:24 +00:00
parent 116724f39d
commit fd6940ea27
1 changed files with 3 additions and 2 deletions

View File

@ -170,8 +170,9 @@ Workqueue_runner_threadpool::~Workqueue_runner_threadpool()
this->task_queue_condvar_.broadcast();
}
// Run a task. This doesn't actually run the task: it pushes on the
// queue of tasks to run. This is always called in the main thread.
// Run a task. This doesn't actually run the task: it pushes it on
// the queue of tasks to run. This is always called in the main
// thread.
void
Workqueue_runner_threadpool::run(Task* t, Task_locker* tl)