mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue