hotspot/src/share/vm/runtime/safepoint.cpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2131 98f9cef66a34
child 3262 30d1c247fc25
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Thu Mar 12 18:16:36 2009 -0700
@@ -369,7 +369,7 @@
 
     // Start suspended threads
     for(JavaThread *current = Threads::first(); current; current = current->next()) {
-      // A problem occuring on Solaris is when attempting to restart threads
+      // A problem occurring on Solaris is when attempting to restart threads
       // the first #cpus - 1 go well, but then the VMThread is preempted when we get
       // to the next one (since it has been running the longest).  We then have
       // to wait for a cpu to become available before we can continue restarting