# HG changeset patch # User Doug Simon # Date 1381327368 -7200 # Node ID 87402d9a67caafd01317530c9bd8c576d2c444ed # Parent dfaac94659aaf900eafdf1a05eee587ac6c5ca0e spelling fix diff -r dfaac94659aa -r 87402d9a67ca graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java --- a/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java Tue Oct 08 21:47:46 2013 +0200 +++ b/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java Wed Oct 09 16:02:48 2013 +0200 @@ -600,7 +600,7 @@ } /** - * Must be overridden buy subclasses that implement {@link Canonicalizable}. The implementation + * Must be overridden by subclasses that implement {@link Canonicalizable}. The implementation * in {@link Node} exists to obviate the need to cast a node before invoking * {@link Canonicalizable#canonical(CanonicalizerTool)}. * @@ -611,7 +611,7 @@ } /** - * Must be overridden buy subclasses that implement {@link Simplifiable}. The implementation in + * Must be overridden by subclasses that implement {@link Simplifiable}. The implementation in * {@link Node} exists to obviate the need to cast a node before invoking * {@link Simplifiable#simplify(SimplifierTool)}. *