hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset 28650 772aaab2582f
parent 26705 fca1785e7084
child 29468 fb61ea6af339
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Tue Jan 20 09:45:11 2015 +0100
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Jan 21 10:51:35 2015 +0100
@@ -53,7 +53,7 @@
 /*
  * USELABELS - If using GCC, then use labels for the opcode dispatching
  * rather -then a switch statement. This improves performance because it
- * gives us the oportunity to have the instructions that calculate the
+ * gives us the opportunity to have the instructions that calculate the
  * next opcode to jump to be intermixed with the rest of the instructions
  * that implement the opcode (see UPDATE_PC_AND_TOS_AND_CONTINUE macro).
  */