diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/FrameDescriptor.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 75d9b7aedcfd
children 91a676d0bbbe
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/FrameDescriptor.java	Wed Sep 25 16:16:54 2013 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/FrameDescriptor.java	Wed Sep 25 17:31:55 2013 +0200
@@ -93,7 +93,7 @@
     }
 
     /**
-     * (db) to retrieve the list of all the identifiers associated with this frame descriptor.
+     * Retrieve the list of all the identifiers associated with this frame descriptor.
      * 
      * @return the list of all the identifiers in this frame descriptor
      */