diff truffle/com.oracle.truffle.sl/src/com/oracle/truffle/sl/nodes/local/SLReadLocalVariableNode.java @ 22210:3a96086cf698

Fix a couple typos in SL javadoc.
author Benoit Daloze <benoit.daloze@jku.at>
date Wed, 30 Sep 2015 14:25:09 +0200
parents dc83cc1f94f2
children
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.sl/src/com/oracle/truffle/sl/nodes/local/SLReadLocalVariableNode.java	Wed Sep 30 13:09:22 2015 +0200
+++ b/truffle/com.oracle.truffle.sl/src/com/oracle/truffle/sl/nodes/local/SLReadLocalVariableNode.java	Wed Sep 30 14:25:09 2015 +0200
@@ -84,8 +84,7 @@
     }
 
     /**
-     * This is the generic case that always succeeds. Since we already have another specialization
-     * with the same signature above, we need to order them explicitly with the order attribute.
+     * This is the generic case that always succeeds.
      */
     @Specialization(contains = {"readLong", "readBoolean", "readObject"})
     protected Object read(VirtualFrame frame) {