changeset 11945:1fee8d3e99f6

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 09 Oct 2013 17:26:38 +0200
parents 506d4520435d (current diff) 87402d9a67ca (diff)
children ca8bf227323c
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)}.
      *