src/share/vm/runtime/threadCritical.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/runtime/threadCritical.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/runtime/threadCritical.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -29,7 +29,7 @@
     1.4  //
     1.5  // Due to race conditions during vm exit, some of the os level
     1.6  // synchronization primitives may not be deallocated at exit. It
     1.7 -// is a good plan to implement the platform dependant sections of
     1.8 +// is a good plan to implement the platform dependent sections of
     1.9  // code with resources that are recoverable during process
    1.10  // cleanup by the os. Calling the initialize method before use
    1.11  // is also problematic, it is best to use preinitialized primitives

mercurial