diff src/share/vm/asm/assembler.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 eb28cf662f56
children 56aae7be60d4
line wrap: on
line diff
--- a/src/share/vm/asm/assembler.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/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;