diff options
author | Sean Silva <silvas@purdue.edu> | 2012-10-04 04:41:27 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-10-04 04:41:27 +0000 |
commit | 96098782d183c0d013fa066874e52e18518c32a5 (patch) | |
tree | 2983e94ec1c89f7549c5cf98751beddb4e6d4154 /docs | |
parent | 9d577c861414c28967d77c2a1edf64b68efdeaee (diff) |
docs: Fix typo on front page
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 50f76a3e3f..d406b52574 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ targeted at different audiences: * **User Guides** - Those new to the LLVM system should first vist the :ref:`userguides`. + Those new to the LLVM system should first visit the :ref:`userguides`. NOTE: If you are a user who is only interested in using LLVM-based compilers, you should look into `Clang <http://clang.llvm.org>`_ or |