[llvm] 36a3600 - [docs] Remove a duplicate or unnecessary 'to' in a sentence.

Hiroshi Yamauchi via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 10:15:57 PDT 2023


Author: Hiroshi Yamauchi
Date: 2023-04-19T10:15:11-07:00
New Revision: 36a3600785ee1800edc0eef314b28266634a176a

URL: https://github.com/llvm/llvm-project/commit/36a3600785ee1800edc0eef314b28266634a176a
DIFF: https://github.com/llvm/llvm-project/commit/36a3600785ee1800edc0eef314b28266634a176a.diff

LOG: [docs] Remove a duplicate or unnecessary 'to' in a sentence.

Differential Revision: https://reviews.llvm.org/D148657

Added: 
    

Modified: 
    llvm/docs/GettingStartedVS.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst
index 696bfe5dfc7c2..6c6d5539deb53 100644
--- a/llvm/docs/GettingStartedVS.rst
+++ b/llvm/docs/GettingStartedVS.rst
@@ -58,7 +58,7 @@ If you would like to run the LLVM tests you will need `Python
 <http://www.python.org/>`_. Version 3.6 and newer are known to work. You can
 install Python with Visual Studio 2019, from the Microsoft store or from
 the `Python web site <http://www.python.org/>`_. We recommend the latter since it
-allows you to to adjust installation options.
+allows you to adjust installation options.
 
 You will need `Git for Windows <https://git-scm.com/>`_ with bash tools, too.
 Git for Windows is also bundled with Visual Studio 2019.


        


More information about the llvm-commits mailing list