hotspot/src/share/vm/adlc/formssel.cpp
changeset 2131 98f9cef66a34
parent 2129 e810a33b5c67
child 2150 0d91d17158cc
--- a/hotspot/src/share/vm/adlc/formssel.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/adlc/formssel.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -1281,7 +1281,7 @@
   _num_uniq = num_uniq;
 }
 
-// Generate index values needed for determing the operand position
+// Generate index values needed for determining the operand position
 void InstructForm::index_temps(FILE *fp, FormDict &globals, const char *prefix, const char *receiver) {
   uint  idx = 0;                  // position of operand in match rule
   int   cur_num_opnds = num_opnds();
@@ -2197,7 +2197,7 @@
 // Return zero-based position in component list, only counting constants;
 // Return -1 if not in list.
 int OperandForm::constant_position(FormDict &globals, const Component *last) {
-  // Iterate through components and count constants preceeding 'constant'
+  // Iterate through components and count constants preceding 'constant'
   int position = 0;
   Component *comp;
   _components.reset();
@@ -2235,7 +2235,7 @@
 // Return zero-based position in component list, only counting constants;
 // Return -1 if not in list.
 int OperandForm::register_position(FormDict &globals, const char *reg_name) {
-  // Iterate through components and count registers preceeding 'last'
+  // Iterate through components and count registers preceding 'last'
   uint  position = 0;
   Component *comp;
   _components.reset();