# HG changeset patch # User Josef Eisl # Date 1433228972 -7200 # Node ID 9aa38ab4abef0f7051c7c77e12b8af2a97940696 # Parent 137068704691553b19b6286a1a7b9a0195037570 StandardOp.StackStoreOp: fix typo in javadoc. diff -r 137068704691 -r 9aa38ab4abef graal/com.oracle.graal.lir/src/com/oracle/graal/lir/StandardOp.java --- 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 {