hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp
changeset 2131 98f9cef66a34
parent 1909 952b42dad1fc
child 2148 09c7f703773b
--- a/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/cpu/x86/vm/templateTable_x86_32.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -1586,7 +1586,7 @@
 
   // Handle all the JSR stuff here, then exit.
   // It's much shorter and cleaner than intermingling with the
-  // non-JSR normal-branch stuff occuring below.
+  // non-JSR normal-branch stuff occurring below.
   if (is_jsr) {
     // Pre-load the next target bytecode into EBX
     __ load_unsigned_byte(rbx, Address(rsi, rdx, Address::times_1, 0));