diff src/share/vm/adlc/output_h.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 dbbe28fc66b5
children bf3489cc0aa0
line wrap: on
line diff
--- a/src/share/vm/adlc/output_h.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/adlc/output_h.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -574,7 +574,7 @@
   // Generate the user-defined portion of the format
   if( inst._format ) {
     // If there are replacement variables,
-    // Generate index values needed for determing the operand position
+    // Generate index values needed for determining the operand position
     if( inst._format->_rep_vars.count() )
       inst.index_temps(fp, globals);