src/share/vm/runtime/mutex.hpp

changeset 1040
98cb887364d3
parent 631
d1605aabd0a1
child 1445
354d3184f6b2
     1.1 --- a/src/share/vm/runtime/mutex.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/runtime/mutex.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -82,7 +82,7 @@
     1.4  // *in that order*.  If their implementations change such that these
     1.5  // assumptions are violated, a whole lot of code will break.
     1.6  
     1.7 -// The default length of monitor name is choosen to be 64 to avoid false sharing.
     1.8 +// The default length of monitor name is chosen to be 64 to avoid false sharing.
     1.9  static const int MONITOR_NAME_LEN = 64;
    1.10  
    1.11  class Monitor : public CHeapObj {

mercurial