hotspot/src/share/vm/runtime/orderAccess.hpp
changeset 2131 98f9cef66a34
parent 1 489c9b5090e2
child 2338 a8660a1b709b
--- a/hotspot/src/share/vm/runtime/orderAccess.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/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.