comparison src/share/vm/opto/machnode.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 9c2ecc2ffb12
children fbc12e71c476
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
134 134
135 //------------------------------size------------------------------------------- 135 //------------------------------size-------------------------------------------
136 // Size of instruction in bytes 136 // Size of instruction in bytes
137 uint MachNode::size(PhaseRegAlloc *ra_) const { 137 uint MachNode::size(PhaseRegAlloc *ra_) const {
138 // If a virtual was not defined for this specific instruction, 138 // If a virtual was not defined for this specific instruction,
139 // Call the helper which finds the size by emiting the bits. 139 // Call the helper which finds the size by emitting the bits.
140 return MachNode::emit_size(ra_); 140 return MachNode::emit_size(ra_);
141 } 141 }
142 142
143 //------------------------------size------------------------------------------- 143 //------------------------------size-------------------------------------------
144 // Helper function that computes size by emitting code 144 // Helper function that computes size by emitting code