diff src/cpu/x86/vm/templateTable_x86_32.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 dc3ad84615cf
children 56aae7be60d4
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateTable_x86_32.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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));