hotspot/src/share/vm/opto/locknode.cpp
changeset 2131 98f9cef66a34
parent 1613 be097ec639a2
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/locknode.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/opto/locknode.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -121,7 +121,7 @@
   kill_dead_locals();
 
   pop();                        // Pop oop to unlock
-  // Because monitors are guarenteed paired (else we bail out), we know
+  // Because monitors are guaranteed paired (else we bail out), we know
   // the matching Lock for this Unlock.  Hence we know there is no need
   // for a null check on Unlock.
   shared_unlock(map()->peek_monitor_box(), map()->peek_monitor_obj());