diff src/share/vm/runtime/os.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 773234c55e8c
children bcedf688d882
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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.