mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +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
|
@ -136,7 +136,7 @@ void MachNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {
|
|||
// Size of instruction in bytes
|
||||
uint MachNode::size(PhaseRegAlloc *ra_) const {
|
||||
// If a virtual was not defined for this specific instruction,
|
||||
// Call the helper which finds the size by emiting the bits.
|
||||
// Call the helper which finds the size by emitting the bits.
|
||||
return MachNode::emit_size(ra_);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue