Skip to content

Commit 823b5e5

Browse files
committed
fixed typo in javadoc
1 parent 54ab57a commit 823b5e5

File tree

1 file changed

+1
-1
lines changed
  • com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/interop

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/interop/R2Foreign.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* only values appearing in FastR are vectors, so we convert scalars to them. Moreover, there are
4747
* few FastR types used to explicitly choose a specific type for interop, e.g. {@link RInteropByte}.
4848
*
49-
* All the objects passed to the outside are maked as shared permanent as FastR looses the control
49+
* All the objects passed to the outside are made as shared permanent as FastR looses the control
5050
* over all their possible references.
5151
*/
5252
public abstract class R2Foreign extends RBaseNode {

0 commit comments

Comments
 (0)