changeset 16418:434888b63a15

adjust comment
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 07 Jul 2014 11:53:25 -0700
parents 9fe3cb463079
children 7520833c6e7f
files graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java	Mon Jul 07 14:51:53 2014 +0200
+++ b/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java	Mon Jul 07 11:53:25 2014 -0700
@@ -500,9 +500,9 @@
         }
 
         /**
-         * Filter nodes has side effects and shouldn't be deleted from snippets when converting
-         * deoptimizations to guards. Currently this only allows exception constructors to be
-         * eliminated to cover the case when Java assertions are in the inlined code.
+         * Filter nodes which have side effects and shouldn't be deleted from snippets when
+         * converting deoptimizations to guards. Currently this only allows exception constructors
+         * to be eliminated to cover the case when Java assertions are in the inlined code.
          *
          * @param node
          * @return true for nodes that have side effects and are unsafe to delete