diff --git a/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RVector.java b/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RVector.java
index 2e2b076c975bf3fb8b2bf88d6582cc73b76c82a2..92d8c1303f5d25af75ff006858c301ec7bbfb78a 100644
--- a/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RVector.java
+++ b/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RVector.java
@@ -123,8 +123,8 @@ public abstract class RVector<ArrayT> extends RSharingAttributeStorage implement
 
     /**
      * Return vector data (copying if necessary) that's guaranteed to be "fresh" (temporary in terms
-     * of vector sharing mode). As long as the vector is not retuned or put into a list/environment
-     * (i.e. if it is temporary, it will stay temporary), it is safe to reuse the array retuned by
+     * of vector sharing mode). As long as the vector is not returned or put into a list/environment
+     * (i.e. if it is temporary, it will stay temporary), it is safe to reuse the array returned by
      * this method to create a new vector.
      *
      * @return vector data