diff src/share/vm/runtime/safepoint.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents 2328d1d3f8cf
children 7bb995fbd3c0
line wrap: on
line diff
--- a/src/share/vm/runtime/safepoint.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/runtime/safepoint.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -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