summaryrefslogtreecommitdiff
path: root/gold/workqueue-threads.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-12-06 05:27:24 +0000
committerIan Lance Taylor <iant@google.com>2007-12-06 05:27:24 +0000
commit51fdfced7687220b7af05674b95c487803c51ac9 (patch)
treeb14eab8861f86e24b34b46a92c36553b25bd7675 /gold/workqueue-threads.cc
parent2e590c5b53ef02731c051092b7715cd051759b94 (diff)
downloadbinutils-redhat-51fdfced7687220b7af05674b95c487803c51ac9.tar.gz
Fix comment.
Diffstat (limited to 'gold/workqueue-threads.cc')
-rw-r--r--gold/workqueue-threads.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/workqueue-threads.cc b/gold/workqueue-threads.cc
index a4f347de5d..3c30b32539 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)