From 821f05a305bd5e226e477aec121a8dca78824e3c Mon Sep 17 00:00:00 2001
From: Tomas Stupka <tomas.stupka@oracle.com>
Date: Wed, 25 Oct 2017 18:21:11 +0200
Subject: [PATCH] fixed minor typo in javadoc

---
 .../src/com/oracle/truffle/r/runtime/data/RVector.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 2e2b076c97..92d8c1303f 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
-- 
GitLab