changeset 7665:386b00821c66

Fix comment.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 01 Feb 2013 19:50:04 +0100
parents 5a63675be8ca
children 31540ca73e81
files graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/ControlFlowException.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/ControlFlowException.java	Fri Feb 01 19:48:44 2013 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/ControlFlowException.java	Fri Feb 01 19:50:04 2013 +0100
@@ -31,7 +31,7 @@
     private static final long serialVersionUID = 3676602078425211386L;
 
     /**
-     * Creates an exception thrown to enter a slow path.
+     * Creates an exception thrown to model control flow.
      */
     public ControlFlowException(String message, Throwable cause) {
         super(message, cause);