diff src/share/vm/runtime/orderAccess.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 a61af66fc99e
children d0994e5bebce
line wrap: on
line diff
--- a/src/share/vm/runtime/orderAccess.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/runtime/orderAccess.hpp	Fri Feb 27 13:27:09 2009 -0800
@@ -31,7 +31,7 @@
 // at runtime.
 //
 // In the following, the terms 'previous', 'subsequent', 'before',
-// 'after', 'preceeding' and 'succeeding' refer to program order.  The
+// 'after', 'preceding' and 'succeeding' refer to program order.  The
 // terms 'down' and 'below' refer to forward load or store motion
 // relative to program order, while 'up' and 'above' refer to backward
 // motion.