summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/GettingStartedVS.rst')
-rw-r--r--llvm/docs/GettingStartedVS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst
index 7d773b7900d..35f97f04b9d 100644
--- a/llvm/docs/GettingStartedVS.rst
+++ b/llvm/docs/GettingStartedVS.rst
@@ -170,7 +170,7 @@ An Example Using the LLVM Tool Chain
C:\..> clang -c hello.c -emit-llvm -o hello.bc
This will create the result file ``hello.bc`` which is the LLVM bitcode
- that corresponds the the compiled program and the library facilities that
+ that corresponds the compiled program and the library facilities that
it required. You can execute this file directly using ``lli`` tool,
compile it to native assembly with the ``llc``, optimize or analyze it
further with the ``opt`` tool, etc.
OpenPOWER on IntegriCloud