diff options
author | Ian Lance Taylor <iant@google.com> | 2007-12-06 05:27:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-12-06 05:27:24 +0000 |
commit | fd6940ea27f3c684c695d9de375e1df8eb589ba6 (patch) | |
tree | eb33abcd16c7e0aabbe7b5f06253f47ecf7df910 /gold | |
parent | 116724f39dfd22a6168ed42d33910f45e1c1248d (diff) | |
download | gdb-fd6940ea27f3c684c695d9de375e1df8eb589ba6.zip gdb-fd6940ea27f3c684c695d9de375e1df8eb589ba6.tar.gz gdb-fd6940ea27f3c684c695d9de375e1df8eb589ba6.tar.bz2 |
Fix comment.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/workqueue-threads.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/workqueue-threads.cc b/gold/workqueue-threads.cc index a4f347d..3c30b32 100644 --- a/gold/workqueue-threads.cc +++ b/gold/workqueue-threads.cc @@ -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) |