changeset 21658:9aa38ab4abef

StandardOp.StackStoreOp: fix typo in javadoc.
author Josef Eisl <josef.eisl@jku.at>
date Tue, 02 Jun 2015 09:09:32 +0200
parents 137068704691
children 8580851e7605
files graal/com.oracle.graal.lir/src/com/oracle/graal/lir/StandardOp.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/StandardOp.java	Fri May 29 15:44:36 2015 +0200
+++ b/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/StandardOp.java	Tue Jun 02 09:09:32 2015 +0200
@@ -227,7 +227,7 @@
     }
 
     /**
-     * An operation that takes one input and stores it in a stack slot as well as on an ordinary
+     * An operation that takes one input and stores it in a stack slot as well as to an ordinary
      * variable.
      */
     public interface StackStoreOp {