hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp
changeset 22551 9bf46d16dcc6
parent 20309 7445302daff6
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1CardCounts.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -169,7 +169,7 @@
 
     // We use the last address in hr as hr could be the
     // last region in the heap. In which case trying to find
-    // the card for hr->end() will be an OOB accesss to the
+    // the card for hr->end() will be an OOB access to the
     // card table.
     HeapWord* last = hr->end() - 1;
     assert(_g1h->g1_committed().contains(last),