src/share/vm/opto/machnode.cpp

changeset 1040
98cb887364d3
parent 670
9c2ecc2ffb12
child 1108
fbc12e71c476
     1.1 --- a/src/share/vm/opto/machnode.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/machnode.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -136,7 +136,7 @@
     1.4  // Size of instruction in bytes
     1.5  uint MachNode::size(PhaseRegAlloc *ra_) const {
     1.6    // If a virtual was not defined for this specific instruction,
     1.7 -  // Call the helper which finds the size by emiting the bits.
     1.8 +  // Call the helper which finds the size by emitting the bits.
     1.9    return MachNode::emit_size(ra_);
    1.10  }
    1.11  

mercurial