hotspot/src/share/vm/asm/assembler.cpp
changeset 2131 98f9cef66a34
parent 1412 2bb3fe3e00ea
child 2148 09c7f703773b
--- a/hotspot/src/share/vm/asm/assembler.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/asm/assembler.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -31,7 +31,7 @@
 // The AbstractAssembler is generating code into a CodeBuffer. To make code generation faster,
 // the assembler keeps a copy of the code buffers boundaries & modifies them when
 // emitting bytes rather than using the code buffers accessor functions all the time.
-// The code buffer is updated via set_code_end(...) after emiting a whole instruction.
+// The code buffer is updated via set_code_end(...) after emitting a whole instruction.
 
 AbstractAssembler::AbstractAssembler(CodeBuffer* code) {
   if (code == NULL)  return;