< prev index next >

src/share/vm/gc/g1/dirtyCardQueue.hpp

Print this page
rev 10597 : [mq]: yield_inc1

@@ -80,12 +80,12 @@
   // Apply the closure to the elements of "node" from it's index to
   // buffer_size.  If all closure applications return true, then
   // returns true.  Stops processing after the first closure
   // application that returns false, and returns false from this
   // function.  If "consume" is true, the node's index is updated to
-  // to exclude the processed elements, e.g. up to the element for
-  // which the closure returned false.
+  // exclude the processed elements, e.g. up to the element for which
+  // the closure returned false.
   bool apply_closure_to_buffer(CardTableEntryClosure* cl,
                                BufferNode* node,
                                bool consume,
                                uint worker_i = 0);
 
< prev index next >