We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ab57a commit 823b5e5Copy full SHA for 823b5e5
com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/interop/R2Foreign.java
@@ -46,7 +46,7 @@
46
* only values appearing in FastR are vectors, so we convert scalars to them. Moreover, there are
47
* few FastR types used to explicitly choose a specific type for interop, e.g. {@link RInteropByte}.
48
*
49
- * All the objects passed to the outside are maked as shared permanent as FastR looses the control
+ * All the objects passed to the outside are made as shared permanent as FastR looses the control
50
* over all their possible references.
51
*/
52
public abstract class R2Foreign extends RBaseNode {
0 commit comments