diff src/share/vm/runtime/mutex.hpp @ 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 d1605aabd0a1
children 354d3184f6b2
line wrap: on
line diff
--- a/src/share/vm/runtime/mutex.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/runtime/mutex.hpp	Fri Feb 27 13:27:09 2009 -0800
@@ -82,7 +82,7 @@
 // *in that order*.  If their implementations change such that these
 // assumptions are violated, a whole lot of code will break.
 
-// The default length of monitor name is choosen to be 64 to avoid false sharing.
+// The default length of monitor name is chosen to be 64 to avoid false sharing.
 static const int MONITOR_NAME_LEN = 64;
 
 class Monitor : public CHeapObj {