summaryrefslogtreecommitdiff
path: root/docs/GettingStartedVS.rst
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-16 23:30:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-16 23:30:19 +0000
commit13230064236e0cb916cefddcd75bd55d9ce15c41 (patch)
tree8c2aedee28ccf91c596c230d4407ae8420784dfe /docs/GettingStartedVS.rst
parent80f60610826158dcbfbeb5c235ca0ea673d23281 (diff)
downloadllvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.gz
llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.bz2
llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.xz
[typo] An LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.rst')
-rw-r--r--docs/GettingStartedVS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index 9847c835b8..c46dc831eb 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -164,7 +164,7 @@ An Example Using the LLVM Tool Chain
return 0;
}
-2. Next, compile the C file into a LLVM bitcode file:
+2. Next, compile the C file into an LLVM bitcode file:
.. code-block:: bat