diff src/share/vm/opto/locknode.cpp @ 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 424f9bfe6b96
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/opto/locknode.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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());