commit | 06b9f9ecaa95361128d93493fcb60087c46f87b0 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Aug 16 23:30:19 2013 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Aug 16 23:30:19 2013 +0000 |
tree | 7338ba41fb47b94482967da6313ea500825a8290 | |
parent | 87198cd35cc84fa72652c001a86f35c5f85938d9 [diff] [blame] |
[typo] An LLVM. llvm-svn: 188589
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index 9847c83..c46dc83 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/docs/GettingStartedVS.rst
@@ -164,7 +164,7 @@ 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