hotspot/src/share/vm/memory/modRefBarrierSet.hpp
changeset 22551 9bf46d16dcc6
parent 13728 882756847a04
child 22876 57aa8995d43b
--- a/hotspot/src/share/vm/memory/modRefBarrierSet.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/memory/modRefBarrierSet.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -72,7 +72,7 @@
   bool has_read_region_opt() { return false; }
 
 
-  // These operations should assert false unless the correponding operation
+  // These operations should assert false unless the corresponding operation
   // above returns true.
   void read_ref_array(MemRegion mr) {
     assert(false, "can't call");