diff src/share/vm/runtime/advancedThresholdPolicy.cpp @ 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 91eba9f82325
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/advancedThresholdPolicy.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/runtime/advancedThresholdPolicy.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -306,7 +306,7 @@
  *    profiling can start at level 0 and finish at level 3.
  *
  * b. 0 -> 2 -> 3 -> 4.
- *    This case occures when the load on C2 is deemed too high. So, instead of transitioning
+ *    This case occurs when the load on C2 is deemed too high. So, instead of transitioning
  *    into state 3 directly and over-profiling while a method is in the C2 queue we transition to
  *    level 2 and wait until the load on C2 decreases. This path is disabled for OSRs.
  *