hotspot/src/share/vm/runtime/compilationPolicy.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/runtime/compilationPolicy.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/compilationPolicy.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -72,7 +72,7 @@
   // reprofile request
   virtual void reprofile(ScopeDesc* trap_scope, bool is_osr) = 0;
   // delay_compilation(method) can be called by any component of the runtime to notify the policy
-  // that it's recommended to delay the complation of this method.
+  // that it's recommended to delay the compilation of this method.
   virtual void delay_compilation(Method* method) = 0;
   // disable_compilation() is called whenever the runtime decides to disable compilation of the
   // specified method.