diff src/share/vm/memory/modRefBarrierSet.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents da91efe96a93
children 8a9bb7821e28
line wrap: on
line diff
--- a/src/share/vm/memory/modRefBarrierSet.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/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");