hotspot/src/share/vm/gc/shared/collectedHeap.cpp
changeset 39254 fb4492288b01
parent 38011 74a6871d896b
child 42592 6c1ca562e05a
--- a/hotspot/src/share/vm/gc/shared/collectedHeap.cpp	Wed Jun 01 16:36:44 2016 +0200
+++ b/hotspot/src/share/vm/gc/shared/collectedHeap.cpp	Thu Jun 02 08:46:52 2016 +0200
@@ -386,7 +386,7 @@
 //     initialized by this point, a fact that we assert when doing the
 //     card-mark.)
 // (c) G1CollectedHeap(G1) uses two kinds of write barriers. When a
-//     G1 concurrent marking is in progress an SATB (pre-write-)barrier is
+//     G1 concurrent marking is in progress an SATB (pre-write-)barrier
 //     is used to remember the pre-value of any store. Initializing
 //     stores will not need this barrier, so we need not worry about
 //     compensating for the missing pre-barrier here. Turning now