summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.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
commit06b9f9ecaa95361128d93493fcb60087c46f87b0 (patch)
tree7338ba41fb47b94482967da6313ea500825a8290 /llvm/docs/GettingStarted.rst
parent87198cd35cc84fa72652c001a86f35c5f85938d9 (diff)
downloadbcm5719-llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.tar.gz
bcm5719-llvm-06b9f9ecaa95361128d93493fcb60087c46f87b0.zip
[typo] An LLVM.
llvm-svn: 188589
Diffstat (limited to 'llvm/docs/GettingStarted.rst')
-rw-r--r--llvm/docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 40dfc45b38c..1fb5211646e 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -1312,7 +1312,7 @@ Example with clang
Clang works just like GCC by default. The standard -S and -c arguments
work as usual (producing a native .s or .o file, respectively).
-#. Next, compile the C file into a LLVM bitcode file:
+#. Next, compile the C file into an LLVM bitcode file:
.. code-block:: console
OpenPOWER on IntegriCloud