hotspot/src/share/vm/compiler/abstractCompiler.cpp
changeset 33160 c59f1676d27e
parent 22234 da823d78ad65
--- a/hotspot/src/share/vm/compiler/abstractCompiler.cpp	Thu Oct 08 10:25:45 2015 +0000
+++ b/hotspot/src/share/vm/compiler/abstractCompiler.cpp	Thu Oct 08 12:49:30 2015 -1000
@@ -58,7 +58,7 @@
 }
 
 void AbstractCompiler::set_state(int state) {
-  // Ensure that ste is only set by one thread at a time
+  // Ensure that state is only set by one thread at a time
   MutexLocker only_one(CompileThread_lock);
   _compiler_state =  state;
   CompileThread_lock->notify_all();