# HG changeset patch # User Thomas Wuerthinger # Date 1381332398 -7200 # Node ID 1fee8d3e99f654c566737cd9ce473a907bfcbd5a # Parent 506d4520435d08f11dbfb86cb9685f7072dac8de# Parent 87402d9a67caafd01317530c9bd8c576d2c444ed Merge. diff -r 506d4520435d -r 1fee8d3e99f6 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 Wed Oct 09 17:26:29 2013 +0200 +++ b/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java Wed Oct 09 17:26:38 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)}. *