src/share/vm/opto/machnode.cpp

changeset 1063
7bb995fbd3c0
parent 1040
98cb887364d3
child 1108
fbc12e71c476
     1.1 --- a/src/share/vm/opto/machnode.cpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/opto/machnode.cpp	Thu Mar 12 18:16:36 2009 -0700
     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