Fix comment.
authorIan Lance Taylor <iant@google.com>
Thu, 6 Dec 2007 05:27:24 +0000 (05:27 +0000)
committerIan Lance Taylor <iant@google.com>
Thu, 6 Dec 2007 05:27:24 +0000 (05:27 +0000)
gold/workqueue-threads.cc

index a4f347de5dee4ae79ef1c630e37dbec1c7ace6c6..3c30b325399cb6f8a22cb03ef07bff6d27e7fde0 100644 (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)
This page took 0.023806 seconds and 4 git commands to generate.