[typo] An LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188589 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 40dfc45..1fb5211 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -1312,7 +1312,7 @@
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