hotspot/src/share/vm/runtime/os.cpp
changeset 2131 98f9cef66a34
parent 2012 041fbc6030dd
child 2146 e1efdb8c4eca
--- a/hotspot/src/share/vm/runtime/os.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/runtime/os.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -943,7 +943,7 @@
   assert(StackRedPages > 0 && StackYellowPages > 0,"Sanity check");
   address sp = current_stack_pointer();
   // Check if we have StackShadowPages above the yellow zone.  This parameter
-  // is dependant on the depth of the maximum VM call stack possible from
+  // is dependent on the depth of the maximum VM call stack possible from
   // the handler for stack overflow.  'instanceof' in the stack overflow
   // handler or a println uses at least 8k stack of VM and native code
   // respectively.