diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/UnexpectedResultException.java @ 11808:0c4d7b468dd7

include isValid in Assumption.toString(); minor javadoc fix.
author Andreas Woess <andreas.woess@jku.at>
date Wed, 25 Sep 2013 17:31:55 +0200
parents 494b818b527c
children ce79de7da9ab
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/UnexpectedResultException.java	Wed Sep 25 16:16:54 2013 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/UnexpectedResultException.java	Wed Sep 25 17:31:55 2013 +0200
@@ -35,7 +35,7 @@
     private final Object result;
 
     /**
-     * Creates the exception with the alternative result that cannot be respresented as a value of
+     * Creates the exception with the alternative result that cannot be represented as a value of
      * the return type.
      * 
      * @param result the alternative result