diff 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
line wrap: on
line diff
--- a/src/share/vm/opto/machnode.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/src/share/vm/opto/machnode.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -136,7 +136,7 @@
 // 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_);
 }